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 }