diff --git a/utils/bin/start b/utils/bin/start index 6910ae2..6374dd9 100644 --- a/utils/bin/start +++ b/utils/bin/start @@ -47,7 +47,7 @@ while getopts ":wh" arg; do ;; h) - >&2 usage + usage exit 0 ;;