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