diff --git a/craftmin.sh b/craftmin.sh index 813b512..f28b8db 100644 --- a/craftmin.sh +++ b/craftmin.sh @@ -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" ;; *)