scriptname @ script should be the real scriptname ;).

This commit is contained in:
LeXaT 2015-06-18 08:58:38 +02:00
parent 1973912f7d
commit bbc2583b3b

View File

@ -115,6 +115,6 @@ case "$1" in
doInfo $2
;;
*)
echo "use ./arkserver.sh <start|stop|restart|update|broadcast>"
echo "use ./arkserver <start|stop|restart|update|broadcast>"
;;
esac