From 886400467e44e1dd3c14f1028b90d26381fb369c Mon Sep 17 00:00:00 2001 From: Marcel Hanraets Date: Fri, 18 Jul 2014 19:52:25 +0200 Subject: [PATCH] Fixed help description --- craftmin.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ;; *)