1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

doc: fix typo

This commit is contained in:
Marco Hinz 2019-01-05 16:18:36 +01:00 committed by Andrew Gallant
parent 17ef4c40f3
commit c3db8db93d

View File

@ -1016,7 +1016,7 @@ fn flag_files(args: &mut Vec<RGArg>) {
const SHORT: &str = "Print each file that would be searched."; const SHORT: &str = "Print each file that would be searched.";
const LONG: &str = long!("\ const LONG: &str = long!("\
Print each file that would be searched without actually performing the search. 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") let arg = RGArg::switch("files")
.help(SHORT).long_help(LONG) .help(SHORT).long_help(LONG)