Added debug getopt.

This commit is contained in:
Otho 2023-01-16 19:42:47 -05:00
parent bea5527b30
commit f4f86d7783
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -230,8 +230,8 @@ send_increment()
################################### MAIN ####################################
### Options
set -- `getopt "tl:" "$@"` || {
echo "Usage: `basename $0` [-tl] [command]" 1>&2
set -- `getopt "tdl:" "$@"` || {
echo "Usage: `basename $0` [-tdl] [command]" 1>&2
exit 1
}
BG_TEST_MODE=FALSE