]> arthur.barton.de Git - backup-script.git/commitdiff
Update usage information, add [-|--latest]
authorAlexander Barton <alex@barton.de>
Mon, 5 Oct 2015 08:19:40 +0000 (10:19 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 5 Oct 2015 08:19:40 +0000 (10:19 +0200)
bin/backup-status

index 7c1c1830a66a6bf5a3eee26f84ae001827d9be4f..f0450242beb491c75b015ff6e8ea0d7ec40290d9 100755 (executable)
@@ -41,7 +41,7 @@ for conf in \
 done
 
 Usage() {
-       echo "Usage: $NAME [-q|--quick] [<system> [<system> [...]]]"
+       echo "Usage: $NAME [-l|--latest] [-q|--quick] [<system> [<system> [...]]]"
        echo "       $NAME {-r|--running}"
        exit 2
 }