Added 'status' to help

SVN revision: 2333
This commit is contained in:
Stefan Ritt 2010-10-08 13:02:18 +00:00
parent 085bfa83fb
commit 03b1549afa

View File

@ -63,7 +63,7 @@ case "$1" in
$0 start
;;
*)
echo "Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|status|restart}"
exit 1
esac