From c3db8db93d048be6e4bc62c2d5bdf0e2fee65950 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 5 Jan 2019 16:18:36 +0100 Subject: doc: fix typo --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { 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) -- cgit v1.2.3