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.
1 parent 329895f commit 172e7fbCopy full SHA for 172e7fb
src/bin/cargo/commands/metadata.rs
@@ -8,7 +8,7 @@ pub fn cli() -> App {
8
the concrete used versions including overrides, \
9
in machine-readable format",
10
)
11
- .arg(opt("quiet", "No output printed to stdout").short("q"))
+ .arg(opt("quiet", "Do not print cargo log messages").short("q"))
12
.arg_features()
13
.arg(multi_opt(
14
"filter-platform",
0 commit comments