From e226e9f116bf59e32699375e1e3e2976cbf38030 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sat, 19 May 2012 22:55:46 +0100 Subject: [PATCH] Command help now uses actual command name (no longer hard coded.) --- minecraft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft b/minecraft index 691f467..2d743e9 100644 --- a/minecraft +++ b/minecraft @@ -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"