diff --git a/src/bin/cargo/commands/tree.rs b/src/bin/cargo/commands/tree.rs index e97db880120..b700be93952 100644 --- a/src/bin/cargo/commands/tree.rs +++ b/src/bin/cargo/commands/tree.rs @@ -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")