Skip to content

Commit c3db8db

Browse files
mhinzBurntSushi
authored andcommitted
doc: fix typo
1 parent 17ef4c4 commit c3db8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ fn flag_files(args: &mut Vec<RGArg>) {
10161016
const SHORT: &str = "Print each file that would be searched.";
10171017
const LONG: &str = long!("\
10181018
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.
1019+
This is useful to determine whether a particular file is being searched or not.
10201020
");
10211021
let arg = RGArg::switch("files")
10221022
.help(SHORT).long_help(LONG)

0 commit comments

Comments
 (0)