1
0
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:
Uwe Dauernheim 2018-02-17 14:24:31 +01:00 committed by Andrew Gallant
parent 361698b90a
commit 9b7f420faa

View File

@ -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)