From ad8282efe483612f6b5544f9a0d2e4914fb2532a Mon Sep 17 00:00:00 2001 From: Jeff Bastian Date: Wed, 3 Apr 2013 13:59:17 +0200 Subject: [PATCH] xzgrep: make the '-h' option to be --no-filename equivalent * src/scripts/xzgrep.in: Accept the '-h' option in argument parsing. --- src/scripts/xzgrep.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT