mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 04:22:08 +02:00
12 lines
225 B
Markdown
12 lines
225 B
Markdown
# rustup help
|
|
|
|
> Display help on `rustup` and its subcommands.
|
|
> More information: <https://rust-lang.github.io/rustup>.
|
|
|
|
- Display general help:
|
|
|
|
`rustup help`
|
|
|
|
- Display help for a subcommand:
|
|
|
|
`rustup help {{subcommand}}`
|