Skip to content

Commit

Permalink
Auto merge of #7532 - dario23:install-cmd-help-typo, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo in `cargo install --profile` help
  • Loading branch information
bors committed Oct 22, 2019
2 parents a2d2b2a + 6884d6d commit 3ba5f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn cli() -> App {
"Do not save tracking information (unstable)",
))
.arg_features()
.arg_profile("Install artifacts with from the specified profile")
.arg_profile("Install artifacts with the specified profile")
.arg(opt("debug", "Build in debug mode instead of release mode"))
.arg_targets_bins_examples(
"Install only the specified binary",
Expand Down

0 comments on commit 3ba5f27

Please sign in to comment.