2025-03-14 21:59:59 -06:00
|
|
|
# rustup man
|
|
|
|
|
|
|
|
|
|
> View the man page for a command managed by `rustup`.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://rust-lang.github.io/rustup/examples.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View the man page for a given command from the default toolchain:
|
|
|
|
|
|
|
|
|
|
`rustup man {{command}}`
|
|
|
|
|
|
|
|
|
|
- View the man page for a given command from the specified toolchain:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`rustup man --toolchain {{toolchain}} {{command}}`
|