1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

doc: clarify --files-without-match

This adds a couple common keywords to the documentation.

Fixes #779
This commit is contained in:
Andrew Gallant 2018-02-07 10:38:52 -05:00
parent ae2d036dd4
commit ca3e0e8a49

View File

@ -856,7 +856,8 @@ This overrides --file-without-match.
fn flag_files_without_match(args: &mut Vec<RGArg>) {
const SHORT: &str = "Only print the paths that contain zero matches.";
const LONG: &str = long!("\
Only print the paths that contain zero matches.
Only print the paths that contain zero matches. This inverts/negates the
--file-with-matches flag.
This overrides --file-with-matches.
");