fixed in upstream 1.5
[debian/gzip] / debian / patches / zgrep-dash-h.diff
1 diff --git a/zgrep.in b/zgrep.in
2 index a828bbc..7095aff 100644
3 --- a/zgrep.in
4 +++ b/zgrep.in
5 @@ -138,7 +138,7 @@ while test $# -ne 0; do
6      files_with_matches=1;;
7    (-L | --files-witho*)
8      files_without_matches=1;;
9 -  (--no-f*)
10 +  (-h | --no-f*)
11      no_filename=1;;
12    (-V | --v | --ve | --ver | --vers | --versi | --versio | --version)
13      echo "$version" || exit 2