xzgrep: make the '-h' option to be --no-filename equivalent

* src/scripts/xzgrep.in: Accept the '-h' option in argument parsing.
This commit is contained in:
Jeff Bastian 2013-04-03 13:59:17 +02:00 committed by Lasse Collin
parent 5ea900cb5a
commit 5019413a05
1 changed files with 1 additions and 1 deletions

View File

@ -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