Ensure error code is 0 when --help is invoked

This commit is contained in:
Karthik K 2015-04-12 19:38:08 +05:30
parent 1ec0780599
commit bec82aa65e

View File

@ -613,7 +613,7 @@ while :; do
case "$1" in case "$1" in
-h|--help) -h|--help)
usage usage
exit 1 exit 0
;; ;;
--version) --version)
echo $VERSION echo $VERSION