mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
doc: fix files-with-matches typo
This commit is contained in:
parent
361698b90a
commit
9b7f420faa
@ -848,7 +848,7 @@ fn flag_files_with_matches(args: &mut Vec<RGArg>) {
|
|||||||
const LONG: &str = long!("\
|
const LONG: &str = long!("\
|
||||||
Only print the paths with at least one match.
|
Only print the paths with at least one match.
|
||||||
|
|
||||||
This overrides --file-without-match.
|
This overrides --files-without-match.
|
||||||
");
|
");
|
||||||
let arg = RGArg::switch("files-with-matches").short("l")
|
let arg = RGArg::switch("files-with-matches").short("l")
|
||||||
.help(SHORT).long_help(LONG)
|
.help(SHORT).long_help(LONG)
|
||||||
|
Loading…
Reference in New Issue
Block a user