Merge pull request #67 from hashken/help_error_code

Ensure error code is 0 when --help is invoked
This commit is contained in:
oblique 2015-04-12 17:33:47 +03:00
commit 81f5a65c0b

View File

@ -614,7 +614,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