Skip to content

Commit

Permalink
Auto merge of #6894 - k-nasa:refactor_cli_definition, r=nrc
Browse files Browse the repository at this point in the history
Refactor command definition

- Removed call 'about'
- Changed the string "cargo" to use crate_name
  • Loading branch information
bors committed May 1, 2019
2 parents beb8fcb + 1577efa commit a6737f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/cargo/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ fn cli() -> App {
AppSettings::VersionlessSubcommands,
AppSettings::AllowExternalSubcommands,
])
.about("")
.template(
"\
Rust's package manager
Expand Down

0 comments on commit a6737f5

Please sign in to comment.