Fixed indentation

This commit is contained in:
Marcel Hanraets 2014-07-18 19:50:20 +02:00
parent 26e4646b2e
commit 1d420347b5

View File

@ -73,10 +73,10 @@ case "$1" in
echo echo
echo "Available commands:" echo "Available commands:"
echo -e " console \t Connects to the console" echo -e " console \t Connects to the console"
echo -e " backup \t\t Creates a world backup" echo -e " backup \t Creates a world backup"
echo -e " full-backup \t Creates a full backup" echo -e " full-backup \t Creates a full backup"
echo -e " wl-add [USER]\t\t Creates a full backup" echo -e " wl-add [USER]\t Creates a full backup"
echo -e " wl-rm [USER]\t\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 " --help, -h \t Prints this page"
;; ;;