Updated getopts help output.

This commit is contained in:
Otho 2023-01-16 22:45:15 -05:00
parent 9e92162f41
commit 555beacbc9
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -251,7 +251,7 @@ send_increment()
### Options ### Options
set -- `getopt "tvl:" "$@"` || { set -- `getopt "tvl:" "$@"` || {
echo "Usage: `basename $0` [-tdl] [command]" 1>&2 echo "Usage: `basename $0` [-tvl] [command]" 1>&2
exit 1 exit 1
} }
ZB_TEST_MODE=FALSE ZB_TEST_MODE=FALSE