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)