From 555beacbc9bc876ea9a4b48bae852f54133283c0 Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 22:45:15 -0500 Subject: [PATCH] Updated getopts help output. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 9d11be8..18cfc23 100755 --- a/backup.sh +++ b/backup.sh @@ -251,7 +251,7 @@ send_increment() ### Options set -- `getopt "tvl:" "$@"` || { - echo "Usage: `basename $0` [-tdl] [command]" 1>&2 + echo "Usage: `basename $0` [-tvl] [command]" 1>&2 exit 1 } ZB_TEST_MODE=FALSE