Skip to content

Commit 62279ca

Browse files
committed
doc(tree): mention special target all in CLI help
Fixes #8567
1 parent 47ac484 commit 62279ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/cargo/commands/tree.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ pub fn cli() -> App {
2626
)
2727
.arg_features()
2828
.arg_target_triple(
29-
"Filter dependencies matching the given target-triple (default host platform)",
29+
"Filter dependencies matching the given target-triple (default host platform). \
30+
Pass `all` to include all targets.",
3031
)
3132
.arg(
3233
Arg::with_name("no-dev-dependencies")

0 commit comments

Comments
 (0)