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:
parent
17ef4c40f3
commit
c3db8db93d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user