contrib/makerepo: fix error parsing command line arguments

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-07-04 11:45:13 +02:00
parent ed9b758726
commit 9e224cf37d

View file

@ -86,7 +86,7 @@ unset REVERT_COUNT
LOCAL=0
for ARG; do
case "$ARG" in
-h|-?|help|--help)
-h|'-?'|help|--help)
echo "SYNOPSIS: $(basename "$0") [local|-l] [-?|-h|--help|help] [NUM]"
echo " - If [NUM] is omitted, it will revert all patches from the spec file,"
echo " otherwise only the last NUM patches."