We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876739a commit 4744905Copy full SHA for 4744905
1 file changed
src/args.rs
@@ -94,7 +94,7 @@ pub struct Args {
94
/// Read JSON data from stdin.
95
#[clap(
96
long,
97
- conflicts_with_all = ["quantity", "deduplicate_hardlinks"]
+ conflicts_with_all = ["quantity", "deduplicate_hardlinks", "one_file_system"]
98
)]
99
pub json_input: bool,
100
0 commit comments