gnac: fix option

master
Pierre Neidhardt 2014-03-10 11:07:51 +01:00
parent 6243f35944
commit 4efd3e9bd9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
if [ "$1" = "-" ] || [ "$1" = "--help" ]; then
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
cat <<EOF
Usage: ${0##*/} [FILES]