diff --git a/servicectl b/servicectl index 1a506d4..2d31fc8 100644 --- a/servicectl +++ b/servicectl @@ -194,7 +194,7 @@ case "$1" in list_inactive_services ;; - *|"") + *) exit_code "1" "" "Expected one of (start|stop|restart|status|startall|stopall|restartall|listall|listactive|listinactive)" ;; esac \ No newline at end of file