Skip to content

Commit f6dbeb1

Browse files
KasMA1990mattico
authored andcommitted
More command examples
I had trouble finding the `toolchain uninstall` command, because I didn't realize that each subcommand had their own help pages to check on. This should hopefully make it clearer for somebody in the same situation. Closes rust-lang#1362
1 parent f7b8b2b commit f6dbeb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ Command | Description
519519
`rustup override set nightly-2015-04-01` | For the current directory, use a nightly from a specific date
520520
`rustup toolchain link my-toolchain "C:\RustInstallation"` | Install a custom toolchain by symlinking an existing installation
521521
`rustup show` | Show which toolchain will be used in the current directory
522+
`rustup toolchain uninstall nightly` | Uninstall a given toolchain
523+
`rustup toolchain help` | Show the `help` page for a subcommand (like `toolchain`) to see what actions are available on it
522524

523525
## Environment variables
524526

0 commit comments

Comments
 (0)