Skip to content

Commit

Permalink
Adding TOOLCHAIN_HELP to rustup help install
Browse files Browse the repository at this point in the history
This should fix rust-lang#483
  • Loading branch information
peschkaj committed May 24, 2016
1 parent 46c824f commit deaa4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rustup-cli/rustup_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pub fn cli() -> App<'static, 'static> {
.after_help(SHOW_HELP))
.subcommand(SubCommand::with_name("install")
.about("Update Rust toolchains")
.after_help(TOOLCHAIN_HELP)
.setting(AppSettings::Hidden) // synonym for 'toolchain install'
.arg(Arg::with_name("toolchain")
.required(true)))
Expand Down

0 comments on commit deaa4b7

Please sign in to comment.