Skip to content

Commit

Permalink
Auto merge of #9050 - bishtpawan:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Updated display message of cargo metadata --help

Resolved Issue #8928
  • Loading branch information
bors committed Jan 6, 2021
2 parents 329895f + 172e7fb commit 6bdf178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo/commands/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn cli() -> App {
the concrete used versions including overrides, \
in machine-readable format",
)
.arg(opt("quiet", "No output printed to stdout").short("q"))
.arg(opt("quiet", "Do not print cargo log messages").short("q"))
.arg_features()
.arg(multi_opt(
"filter-platform",
Expand Down

0 comments on commit 6bdf178

Please sign in to comment.