summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUwe Dauernheim <djui@users.noreply.github.com>2018-02-17 14:24:31 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-02-17 08:24:31 -0500
commit9b7f420faa7fbf21db07afbdeadb0828f6752d2f (patch)
tree25287596b114bedc59c7e3af2995ac06a8a3ff70 /src
parent361698b90a6b31feac78ac2f16082342f750a1e1 (diff)
doc: fix files-with-matches typo
Diffstat (limited to 'src')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
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<RGArg>) {
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)