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 b899806 commit ca0c14aCopy full SHA for ca0c14a
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