Skip to content

Commit 172e7fb

Browse files
committed
Update display message for cargo metadata
1 parent 329895f commit 172e7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub fn cli() -> App {
88
the concrete used versions including overrides, \
99
in machine-readable format",
1010
)
11-
.arg(opt("quiet", "No output printed to stdout").short("q"))
11+
.arg(opt("quiet", "Do not print cargo log messages").short("q"))
1212
.arg_features()
1313
.arg(multi_opt(
1414
"filter-platform",

0 commit comments

Comments
 (0)