Skip to content

Commit

Permalink
doc(tree): mention special target all in CLI help
Browse files Browse the repository at this point in the history
Fixes #8567
  • Loading branch information
weihanglo committed Oct 10, 2020
1 parent 47ac484 commit 62279ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/cargo/commands/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ pub fn cli() -> App {
)
.arg_features()
.arg_target_triple(
"Filter dependencies matching the given target-triple (default host platform)",
"Filter dependencies matching the given target-triple (default host platform). \
Pass `all` to include all targets.",
)
.arg(
Arg::with_name("no-dev-dependencies")
Expand Down

0 comments on commit 62279ca

Please sign in to comment.