Skip to content

Commit

Permalink
Auto merge of #1113 - johnthagen:rustup-update-fix, r=Diggsey
Browse files Browse the repository at this point in the history
Clarify that rustup update updates rustup itself

Fix #873
  • Loading branch information
bors committed May 18, 2017
2 parents 3605b7e + 516b8df commit 5a2d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup-cli/rustup_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a2d8af

Please sign in to comment.