From a7267751314cbe0d0c6d0c4c933999ea7fb785f0 Mon Sep 17 00:00:00 2001 From: Nate Mara <natemara@gmail.com> Date: Tue, 28 Jun 2016 09:52:09 -0400 Subject: [PATCH 1/2] Fix helptext for `rustup update` The issue was raised in #528 that the help text for `rustup update` does not accurately reflect the behavior. This changes the help text to more accurately describe the behavior of the update subcommand. --- src/rustup-cli/help.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rustup-cli/help.rs b/src/rustup-cli/help.rs index f81667e05b..327cc33ed5 100644 --- a/src/rustup-cli/help.rs +++ b/src/rustup-cli/help.rs @@ -21,8 +21,8 @@ toolchains are listed as well."; pub static UPDATE_HELP: &'static str = r" With no toolchain specified, the `update` command updates each of the -stable, beta, and nightly toolchains from the official release -channels, then updates rustup itself. +installed toolchains from the official releasechannels, then updates +rustup itself. If given a toolchain argument then `update` updates that toolchain, the same as `rustup toolchain update`. From 94892e03c35fec3b8bc82131850708c764858719 Mon Sep 17 00:00:00 2001 From: Nate Mara <natemara@gmail.com> Date: Tue, 28 Jun 2016 16:58:14 -0400 Subject: [PATCH 2/2] Fix typo in update helptext --- src/rustup-cli/help.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustup-cli/help.rs b/src/rustup-cli/help.rs index 327cc33ed5..45dfc5b22c 100644 --- a/src/rustup-cli/help.rs +++ b/src/rustup-cli/help.rs @@ -21,7 +21,7 @@ toolchains are listed as well."; pub static UPDATE_HELP: &'static str = r" With no toolchain specified, the `update` command updates each of the -installed toolchains from the official releasechannels, then updates +installed toolchains from the official release channels, then updates rustup itself. If given a toolchain argument then `update` updates that toolchain,