Skip to content

Commit 3ba5f27

Browse files
committed
Auto merge of #7532 - dario23:install-cmd-help-typo, r=alexcrichton
Fix typo in `cargo install --profile` help
2 parents a2d2b2a + 6884d6d commit 3ba5f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub fn cli() -> App {
5151
"Do not save tracking information (unstable)",
5252
))
5353
.arg_features()
54-
.arg_profile("Install artifacts with from the specified profile")
54+
.arg_profile("Install artifacts with the specified profile")
5555
.arg(opt("debug", "Build in debug mode instead of release mode"))
5656
.arg_targets_bins_examples(
5757
"Install only the specified binary",

0 commit comments

Comments
 (0)