From ca3e0e8a498a0cb50960f32e9353d99b853c37a8 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 7 Feb 2018 10:38:52 -0500 Subject: [PATCH] doc: clarify --files-without-match This adds a couple common keywords to the documentation. Fixes #779 --- src/app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index e757c47..0e0a7a7 100644 --- a/src/app.rs +++ b/src/app.rs @@ -856,7 +856,8 @@ This overrides --file-without-match. fn flag_files_without_match(args: &mut Vec) { 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. ");