From: Paul Eggert Date: Wed, 12 Jun 2013 18:42:34 +0000 (-0700) Subject: zgrep: usage should say which grep options are not supported X-Git-Tag: v1.7~54 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c423935181a9a92beadb247747f0bcab2c597e20;hp=946800fdc916bc2ecd0f53a7987184123af732d2;p=debian%2Fgzip zgrep: usage should say which grep options are not supported * zgrep.in (usage): Document which grep options are not supported. Problem reported by Liron Paryente in . --- diff --git a/zgrep.in b/zgrep.in index 154d17f..c149577 100644 --- a/zgrep.in +++ b/zgrep.in @@ -42,7 +42,10 @@ usage="Usage: $0 [OPTION]... [-e] PATTERN [FILE]... Look for instances of PATTERN in the input FILEs, using their uncompressed contents if they are compressed. -OPTIONs are the same as for 'grep'. +OPTIONs are the same as for 'grep', except that the following 'grep' +options are not supported: --dereference-recursive (-R), --directories (-d), +--exclude, --exclude-from, --exclude-dir, --include, --null (-Z), +--null-data (-z), and --recursive (-r). Report bugs to ."