From 9b7f420faa7fbf21db07afbdeadb0828f6752d2f Mon Sep 17 00:00:00 2001 From: Uwe Dauernheim Date: Sat, 17 Feb 2018 14:24:31 +0100 Subject: [PATCH] doc: fix files-with-matches typo --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 1533aea..16356d7 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)