Command help now uses actual command name (no longer hard coded.)

This commit is contained in:
Marcus Whybrow 2012-05-19 22:55:46 +01:00
parent 61533fa4ac
commit e226e9f116

View File

@ -629,7 +629,7 @@ case "$1" in
as_user "screen -r ${SCREEN_NAME}"
;;
help)
echo "Usage: /etc/init.d/minecraft command"
echo "Usage: $0 command"
echo
echo "start - Starts the server"
echo "stop - stops the server gracefully, after warning players"