We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all
1 parent 47ac484 commit 62279caCopy full SHA for 62279ca
src/bin/cargo/commands/tree.rs
@@ -26,7 +26,8 @@ pub fn cli() -> App {
26
)
27
.arg_features()
28
.arg_target_triple(
29
- "Filter dependencies matching the given target-triple (default host platform)",
+ "Filter dependencies matching the given target-triple (default host platform). \
30
+ Pass `all` to include all targets.",
31
32
.arg(
33
Arg::with_name("no-dev-dependencies")
0 commit comments