We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e4cfc2 + 26232c3 commit 6022bbbCopy full SHA for 6022bbb
src/bin/cargo/commands/clean.rs
@@ -7,7 +7,7 @@ pub fn cli() -> App {
7
.about("Remove artifacts that cargo has generated in the past")
8
.arg_package_spec_simple("Package to clean artifacts for")
9
.arg_manifest_path()
10
- .arg_target_triple("Target triple to clean output for (default all)")
+ .arg_target_triple("Target triple to clean output for")
11
.arg_target_dir()
12
.arg_release("Whether or not to clean release artifacts")
13
.arg_doc("Whether or not to clean just the documentation directory")
0 commit comments