diff --git a/backup.sh b/backup.sh index 9499d33..39d671a 100755 --- a/backup.sh +++ b/backup.sh @@ -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