mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-24 07:45:07 +00:00
Updated getopts help output.
This commit is contained in:
parent
9e92162f41
commit
555beacbc9
@ -251,7 +251,7 @@ send_increment()
|
|||||||
|
|
||||||
### Options
|
### Options
|
||||||
set -- `getopt "tvl:" "$@"` || {
|
set -- `getopt "tvl:" "$@"` || {
|
||||||
echo "Usage: `basename $0` [-tdl] [command]" 1>&2
|
echo "Usage: `basename $0` [-tvl] [command]" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
ZB_TEST_MODE=FALSE
|
ZB_TEST_MODE=FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user