Skip to content

Commit 6884d6d

Browse files
committed
Fix typo in cargo install --profile help
1 parent 04efd9c commit 6884d6d

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)