diff --git a/src/app.rs b/src/app.rs index 1be493972..fa329592e 100644 --- a/src/app.rs +++ b/src/app.rs @@ -65,7 +65,7 @@ pub struct Cli { pub depth: Option, /// Display directories themselves, and not their contents (recursively when used with --tree) - #[arg(short, long, conflicts_with_all = ["depth", "recursive"])] + #[arg(short, long, conflicts_with = "recursive")] pub directory_only: bool, /// How to display permissions [default: rwx for linux, attributes for windows]