mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-21 23:05:06 +00:00
Added debug getopt.
This commit is contained in:
parent
bea5527b30
commit
f4f86d7783
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user