From 516b8df2a26344ce4ac80859706611d9bf0a1675 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Fri, 12 May 2017 07:56:03 -0400 Subject: [PATCH] Clarify that rustup update updates rustup itself --- src/rustup-cli/rustup_mode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustup-cli/rustup_mode.rs b/src/rustup-cli/rustup_mode.rs index 8bc3c118d3..ce6c228f7c 100644 --- a/src/rustup-cli/rustup_mode.rs +++ b/src/rustup-cli/rustup_mode.rs @@ -141,7 +141,7 @@ pub fn cli() -> App<'static, 'static> { .required(true) .multiple(true))) .subcommand(SubCommand::with_name("update") - .about("Update Rust toolchains") + .about("Update Rust toolchains and rustup") .after_help(UPDATE_HELP) .arg(Arg::with_name("toolchain") .required(false)