Skip to content

Commit 5a2d8af

Browse files
committed
Auto merge of #1113 - johnthagen:rustup-update-fix, r=Diggsey
Clarify that rustup update updates rustup itself Fix #873
2 parents 3605b7e + 516b8df commit 5a2d8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup-cli/rustup_mode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub fn cli() -> App<'static, 'static> {
141141
.required(true)
142142
.multiple(true)))
143143
.subcommand(SubCommand::with_name("update")
144-
.about("Update Rust toolchains")
144+
.about("Update Rust toolchains and rustup")
145145
.after_help(UPDATE_HELP)
146146
.arg(Arg::with_name("toolchain")
147147
.required(false)

0 commit comments

Comments
 (0)