Minor code adjustments

This commit is contained in:
mboelen 2014-09-25 16:55:23 +02:00
parent 7f7d869ae5
commit a0f0e895eb
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,6 @@
DEBUG=1 DEBUG=1
;; ;;
# View help # View help
--help | -h) --help | -h)
VIEWHELP=1 VIEWHELP=1
@ -180,8 +179,10 @@
WRONGOPTION=1 WRONGOPTION=1
WRONGOPTION_value=$1 WRONGOPTION_value=$1
;; ;;
esac esac
shift shift
done done
#================================================================================ #================================================================================