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.
cargo install --profile
1 parent 04efd9c commit 6884d6dCopy full SHA for 6884d6d
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