Changed d->v option.

This commit is contained in:
Otho 2023-01-16 22:44:59 -05:00
parent 5ca13f983a
commit 9e92162f41
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

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