mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-22 04:25:06 +00:00
Added debug getopt.
This commit is contained in:
parent
bea5527b30
commit
f4f86d7783
@ -230,8 +230,8 @@ send_increment()
|
|||||||
################################### MAIN ####################################
|
################################### MAIN ####################################
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
set -- `getopt "tl:" "$@"` || {
|
set -- `getopt "tdl:" "$@"` || {
|
||||||
echo "Usage: `basename $0` [-tl] [command]" 1>&2
|
echo "Usage: `basename $0` [-tdl] [command]" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
BG_TEST_MODE=FALSE
|
BG_TEST_MODE=FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user