Fixed help description

This commit is contained in:
Marcel Hanraets 2014-07-18 19:52:25 +02:00
parent 1d420347b5
commit 886400467e

View File

@ -75,9 +75,9 @@ case "$1" in
echo -e " console \t Connects to the console"
echo -e " backup \t Creates a world backup"
echo -e " full-backup \t Creates a full backup"
echo -e " wl-add [USER]\t Creates a full backup"
echo -e " wl-rm [USER]\t Creates a full backup"
echo -e " --help, -h \t Prints this page"
echo -e " wl-add [USER]\t Adds [USER] to the whitelist"
echo -e " wl-rm [USER]\t Removes [USER] from the whitelist"
echo -e " --help, -h \t Shows this help"
;;
*)