summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2019-01-05 16:18:36 +0100
committerAndrew Gallant <jamslam@gmail.com>2019-01-05 11:18:05 -0500
commitc3db8db93d048be6e4bc62c2d5bdf0e2fee65950 (patch)
treee9d1b147452ab595831fadf77ba25ffc74a347ad
parent17ef4c40f32af337c1b10c1a9fdd1df4241391b3 (diff)
doc: fix typo
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 57093fa6..8d8cdad2 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1016,7 +1016,7 @@ fn flag_files(args: &mut Vec<RGArg>) {
const SHORT: &str = "Print each file that would be searched.";
const LONG: &str = long!("\
Print each file that would be searched without actually performing the search.
-This is useful to determine whether a particular file is being search or not.
+This is useful to determine whether a particular file is being searched or not.
");
let arg = RGArg::switch("files")
.help(SHORT).long_help(LONG)