mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-22 04:55:05 +00:00
Changed d->v option.
This commit is contained in:
parent
5ca13f983a
commit
9e92162f41
@ -250,7 +250,7 @@ send_increment()
|
|||||||
################################### MAIN ####################################
|
################################### MAIN ####################################
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
set -- `getopt "tdl:" "$@"` || {
|
set -- `getopt "tvl:" "$@"` || {
|
||||||
echo "Usage: `basename $0` [-tdl] [command]" 1>&2
|
echo "Usage: `basename $0` [-tdl] [command]" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user