diff --git a/src/app.rs b/src/app.rs index 1533aeae..16356d70 100644 --- a/src/app.rs +++ b/src/app.rs @@ -848,7 +848,7 @@ fn flag_files_with_matches(args: &mut Vec) { const LONG: &str = long!("\ Only print the paths with at least one match. -This overrides --file-without-match. +This overrides --files-without-match. "); let arg = RGArg::switch("files-with-matches").short("l") .help(SHORT).long_help(LONG)