13 lines
338 B
Markdown
Raw Normal View History

# rustup man
> 查看由 `rustup` 管理的命令的 man 手册页。
> 更多信息:<https://rust-lang.github.io/rustup/examples.html>。
- 查看默认工具链中某个命令的 man 手册页:
`rustup man {{命令}}`
- 查看指定工具链中某个命令的 man 手册页:
`rustup man --toolchain {{工具链}} {{命令}}`