Files
cheatsheet-tldr/tldr/rustup-help

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}}`