diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 | 
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>, | 
