summaryrefslogtreecommitdiff
path: root/archivers/gzip/patches/patch-af
blob: 698b1921f30c0f3dfd1056dd9b8ab071d62bf712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2008/09/07 08:02:27 dholland Exp $

--- zgrep.in~	2007-02-05 15:54:26.000000000 -0500
+++ zgrep.in	2008-09-07 03:58:59.000000000 -0400
@@ -105,7 +105,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