We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2d2b2a + 6884d6d commit 3ba5f27Copy full SHA for 3ba5f27
src/bin/cargo/commands/install.rs
@@ -51,7 +51,7 @@ pub fn cli() -> App {
51
"Do not save tracking information (unstable)",
52
))
53
.arg_features()
54
- .arg_profile("Install artifacts with from the specified profile")
+ .arg_profile("Install artifacts with the specified profile")
55
.arg(opt("debug", "Build in debug mode instead of release mode"))
56
.arg_targets_bins_examples(
57
"Install only the specified binary",
0 commit comments