Skip to content

Commit

Permalink
Hide telemetry command from top level help
Browse files Browse the repository at this point in the history
  • Loading branch information
inejge committed Jul 20, 2016
1 parent ce50c93 commit 57daaaf
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 57daaaf

Please sign in to comment.