Nicer usage message

This commit is contained in:
Marcel Hanraets 2014-07-11 13:02:36 +02:00
parent 78b1213479
commit 3fc90d6bae

View File

@ -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