We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ef4c4 commit c3db8dbCopy full SHA for c3db8db
src/app.rs
@@ -1016,7 +1016,7 @@ fn flag_files(args: &mut Vec<RGArg>) {
1016
const SHORT: &str = "Print each file that would be searched.";
1017
const LONG: &str = long!("\
1018
Print each file that would be searched without actually performing the search.
1019
-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.
1020
");
1021
let arg = RGArg::switch("files")
1022
.help(SHORT).long_help(LONG)
0 commit comments