X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zgrep.in;h=7095aff6ca7f3d1257979f43eebc4d15ca7a3037;hb=1818209f5c4879522d69a09bedb0553543d6889e;hp=aced3728d2e0052814ba3f256abcb6023c87a9ca;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5;p=debian%2Fgzip diff --git a/zgrep.in b/zgrep.in index aced372..7095aff 100644 --- a/zgrep.in +++ b/zgrep.in @@ -29,7 +29,7 @@ PATH=$bindir:$PATH grep='${GREP-grep}' version='zgrep (gzip) @VERSION@ -Copyright (C) 2007, 2009 Free Software Foundation, Inc. +Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. @@ -138,7 +138,7 @@ while test $# -ne 0; do files_with_matches=1;; (-L | --files-witho*) files_without_matches=1;; - (--no-f*) + (-h | --no-f*) no_filename=1;; (-V | --v | --ve | --ver | --vers | --versi | --versio | --version) echo "$version" || exit 2