diff --git a/src/run.rs b/src/run.rs index 2b5cb89..7098aae 100644 --- a/src/run.rs +++ b/src/run.rs @@ -59,7 +59,7 @@ pub fn run() { .arg(Arg::with_name("DRY-RUN") .long("dry-run") .help("Prints what just would do without doing it") - .conflicts_with("quiet")) + .conflicts_with("QUIET")) .arg(Arg::with_name("DUMP") .long("dump") .help("Prints entire justfile"))