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" ;;