Skip to content

Commit 4744905

Browse files
committed
feat(cli): set conflict
1 parent 876739a commit 4744905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub struct Args {
9494
/// Read JSON data from stdin.
9595
#[clap(
9696
long,
97-
conflicts_with_all = ["quantity", "deduplicate_hardlinks"]
97+
conflicts_with_all = ["quantity", "deduplicate_hardlinks", "one_file_system"]
9898
)]
9999
pub json_input: bool,
100100

0 commit comments

Comments
 (0)