HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rustup help — Display help on `rustup` and its subcommands. More information: <https://rust-lang.github.io/rustup/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandanditsclirustup helprustuphelpdisplay

Problem

How to use the rustup help command: Display help on rustup and its subcommands. More information: <https://rust-lang.github.io/rustup/>.

Solution

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

Code Snippets

Display help

rustup help

Display help for a subcommand

rustup help {{subcommand}}

Context

tldr-pages: common/rustup help

Revisions (0)

No revisions yet.