From 0e6655b06da00203ce0eabc115f8e0908edf8ce5 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 5 Oct 2015 10:40:58 +0200 Subject: [PATCH] backup-status: Reformat usage information --- bin/backup-status | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/backup-status b/bin/backup-status index f045024..4837c7d 100755 --- a/bin/backup-status +++ b/bin/backup-status @@ -41,8 +41,13 @@ for conf in \ done Usage() { - echo "Usage: $NAME [-l|--latest] [-q|--quick] [ [ [...]]]" - echo " $NAME {-r|--running}" + echo "Usage: $NAME [--errors|--latest] [--quick] [ [ [...]]]" + echo " $NAME --running" + echo + echo " --latest, -l Only show latest backup generations." + echo " --quick, -q Don't calculate backup sizes." + echo " --running, -r Check if an \"backup-script\" task is currently running." + echo exit 2 } -- 2.39.2