diff --git a/craftbukkit b/craftbukkit index 59c0caa..57a46b6 100644 --- a/craftbukkit +++ b/craftbukkit @@ -92,7 +92,8 @@ case "$1" in ;; *) - echo "usage: $0 {start|stop|restart|status}" + log_action_msg "Usage: $0 {start|stop|restart|status}" + exit 1 esac exit 0