]> arthur.barton.de Git - backup-script.git/commitdiff
backup-status: "quick" mode is "-q", not "-p"!
authorAlexander Barton <alex@barton.de>
Fri, 15 Nov 2013 10:20:56 +0000 (11:20 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 15 Nov 2013 10:21:01 +0000 (11:21 +0100)
bin/backup-status

index e446b6682753467f179218f5bf53ad95783870c8..a5ea7c171c56c92a5ac977feb98c98659d973e6b 100755 (executable)
@@ -61,7 +61,7 @@ fi
 
 case "$1" in
     "-"*)
-       echo "Usage: $NAME [-p] [<system> [<system> [...]]]"
+       echo "Usage: $NAME [-q] [<system> [<system> [...]]]"
        exit 1
        ;;
 esac