From: Alexander Barton Date: Mon, 5 Oct 2015 08:19:40 +0000 (+0200) Subject: Update usage information, add [-|--latest] X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=backup-script.git;a=commitdiff_plain;h=982d3717c655e69e498116171991dfa3bfc66fa9;ds=sidebyside Update usage information, add [-|--latest] --- diff --git a/bin/backup-status b/bin/backup-status index 7c1c183..f045024 100755 --- a/bin/backup-status +++ b/bin/backup-status @@ -41,7 +41,7 @@ for conf in \ done Usage() { - echo "Usage: $NAME [-q|--quick] [ [ [...]]]" + echo "Usage: $NAME [-l|--latest] [-q|--quick] [ [ [...]]]" echo " $NAME {-r|--running}" exit 2 }