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

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