rustup-{install,run,which,help,man}: add page (#10661)
This commit is contained in:
12
pages/common/rustup-man.md
Normal file
12
pages/common/rustup-man.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# rustup man
|
||||
|
||||
> View the man page for a given command managed by `rustup`.
|
||||
> More information: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- 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:
|
||||
|
||||
`rustup man --toolchain {{command}}`
|
Reference in New Issue
Block a user