Skip to content

Commit d45c9ba

Browse files
committed
Unify the description of quiet flag
Signed-off-by: hi-rustin <[email protected]>
1 parent cf474a5 commit d45c9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::str::FromStr;
1212
pub fn cli() -> App {
1313
subcommand("tree")
1414
.about("Display a tree visualization of a dependency graph")
15-
.arg(opt("quiet", "Suppress status messages").short("q"))
15+
.arg(opt("quiet", "Do not print cargo log messages").short("q"))
1616
.arg_manifest_path()
1717
.arg_package_spec_no_all(
1818
"Package to be used as the root of the tree",

0 commit comments

Comments
 (0)