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 cf474a5 commit d45c9baCopy full SHA for d45c9ba
src/bin/cargo/commands/tree.rs
@@ -12,7 +12,7 @@ use std::str::FromStr;
12
pub fn cli() -> App {
13
subcommand("tree")
14
.about("Display a tree visualization of a dependency graph")
15
- .arg(opt("quiet", "Suppress status messages").short("q"))
+ .arg(opt("quiet", "Do not print cargo log messages").short("q"))
16
.arg_manifest_path()
17
.arg_package_spec_no_all(
18
"Package to be used as the root of the tree",
0 commit comments