From 1d420347b52728c3bcc7aa3d5f39c3b2312e2da8 Mon Sep 17 00:00:00 2001 From: Marcel Hanraets Date: Fri, 18 Jul 2014 19:50:20 +0200 Subject: [PATCH] Fixed indentation --- craftmin.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/craftmin.sh b/craftmin.sh index ea6827b..813b512 100644 --- a/craftmin.sh +++ b/craftmin.sh @@ -73,10 +73,10 @@ case "$1" in echo echo "Available commands:" 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 " wl-add [USER]\t\t Creates a full backup" - echo -e " wl-rm [USER]\t\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" ;;