We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustup install
1 parent 8cb4b8f commit 23992a5Copy full SHA for 23992a5
src/cli/help.rs
@@ -58,9 +58,7 @@ pub(crate) fn update_help() -> String {
58
pub(crate) fn install_help() -> String {
59
format!(
60
r"{HEADER}Discussion:{HEADER:#}
61
- Installs a specific rust toolchain.
62
-
63
- The 'install' command is an alias for 'rustup update <toolchain>'."
+ The 'install' command is an alias for 'rustup toolchain install'."
64
)
65
}
66
0 commit comments