Skip to content

Commit

Permalink
Merge pull request #601 from inejge/hide-telemetry
Browse files Browse the repository at this point in the history
Hide telemetry command from top level help
  • Loading branch information
brson authored Jul 21, 2016
2 parents b5fc55b + 57daaaf commit 2eba92f
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 @@ -263,6 +263,7 @@ pub fn cli() -> App<'static, 'static> {
.about("Upgrade the internal data format.")))
.subcommand(SubCommand::with_name("telemetry")
.about("rustup telemetry commands")
.setting(AppSettings::Hidden)
.setting(AppSettings::VersionlessSubcommands)
.setting(AppSettings::DeriveDisplayOrder)
.setting(AppSettings::SubcommandRequiredElseHelp)
Expand Down

0 comments on commit 2eba92f

Please sign in to comment.