From 9e92162f410cba8f89066fa34220e0c736e6b6a8 Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 22:44:59 -0500 Subject: [PATCH] Changed d->v option. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index e7205ae..9d11be8 100755 --- a/backup.sh +++ b/backup.sh @@ -250,7 +250,7 @@ send_increment() ################################### MAIN #################################### ### Options -set -- `getopt "tdl:" "$@"` || { +set -- `getopt "tvl:" "$@"` || { echo "Usage: `basename $0` [-tdl] [command]" 1>&2 exit 1 }