From: Jeff Bastian Date: Wed, 3 Apr 2013 11:59:17 +0000 (+0200) Subject: xzgrep: make the '-h' option to be --no-filename equivalent X-Git-Tag: v5.0.5~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8282efe483612f6b5544f9a0d2e4914fb2532a;p=thirdparty%2Fxz.git xzgrep: make the '-h' option to be --no-filename equivalent * src/scripts/xzgrep.in: Accept the '-h' option in argument parsing. --- diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in index 515b516a..2bfce19f 100644 --- a/src/scripts/xzgrep.in +++ b/src/scripts/xzgrep.in @@ -109,7 +109,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