Files
cheatsheet-tldr/rustup-help
2024-02-21 11:19:49 +00:00

18 lines
310 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# rustup help
> Display help on `rustup` and its subcommands.
> More information: <https://rust-lang.github.io/rustup>.
- Display help:
`rustup help`
- Display help for a subcommand:
`rustup help {{subcommand}}`