Blame SOURCES/gzip-1.5-missing-grep-options-part1.patch

62137a
From c423935181a9a92beadb247747f0bcab2c597e20 Mon Sep 17 00:00:00 2001
62137a
From: Paul Eggert <eggert@cs.ucla.edu>
62137a
Date: Wed, 12 Jun 2013 11:42:34 -0700
62137a
Subject: zgrep: usage should say which grep options are not supported
62137a
62137a
* zgrep.in (usage): Document which grep options are not supported.
62137a
Problem reported by Liron Paryente in
62137a
<http://lists.gnu.org/archive/html/bug-grep/2013-06/msg00005.html>.
62137a
---
62137a
 zgrep.in | 5 ++++-
62137a
 1 file changed, 4 insertions(+), 1 deletion(-)
62137a
62137a
diff --git a/zgrep.in b/zgrep.in
62137a
index 154d17f..c149577 100644
62137a
--- a/zgrep.in
62137a
+++ b/zgrep.in
62137a
@@ -42,7 +42,10 @@ usage="Usage: $0 [OPTION]... [-e] PATTERN [FILE]...
62137a
 Look for instances of PATTERN in the input FILEs, using their
62137a
 uncompressed contents if they are compressed.
62137a
 
62137a
-OPTIONs are the same as for 'grep'.
62137a
+OPTIONs are the same as for 'grep', except that the following 'grep'
62137a
+options are not supported: --dereference-recursive (-R), --directories (-d),
62137a
+--exclude, --exclude-from, --exclude-dir, --include, --null (-Z),
62137a
+--null-data (-z), and --recursive (-r).
62137a
 
62137a
 Report bugs to <bug-gzip@gnu.org>."
62137a
 
62137a
-- 
62137a
cgit v1.0-41-gc330
62137a