Skip to content

Commit 23992a5

Browse files
committed
fix(cli/help): adjust help text for rustup install
This aligns with <#3596>.
1 parent 8cb4b8f commit 23992a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cli/help.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ pub(crate) fn update_help() -> String {
5858
pub(crate) fn install_help() -> String {
5959
format!(
6060
r"{HEADER}Discussion:{HEADER:#}
61-
Installs a specific rust toolchain.
62-
63-
The 'install' command is an alias for 'rustup update <toolchain>'."
61+
The 'install' command is an alias for 'rustup toolchain install'."
6462
)
6563
}
6664

0 commit comments

Comments
 (0)