aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 96a8539..ba834ce 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -84,7 +84,7 @@ pub struct Opt {
short = "c",
long = "check",
value_name = "file",
- conflicts_with = "path"
+ conflicts_with_all = &["path", "repl"],
)]
check: Option<PathBuf>,