Skip to content

Commit

Permalink
Update check command desc
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-rustin committed Dec 19, 2020
1 parent 9b46b1f commit 573e464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/rustup_mode.rs
Expand Up @@ -316,7 +316,7 @@ pub fn cli() -> App<'static, 'static> {
.takes_value(false),
),
)
.subcommand(SubCommand::with_name("check").about("Check for updates to Rust toolchains"))
.subcommand(SubCommand::with_name("check").about("Check for updates to Rust toolchains and rustup"))
.subcommand(
SubCommand::with_name("default")
.about("Set the default toolchain")
Expand Down

0 comments on commit 573e464

Please sign in to comment.