forked from extern/zfs-auto-snapshot
Add -q to the getopt list of short options.
This corresponds to the --quiet option.
This commit is contained in:
parent
5bdcaad4bf
commit
adebbd6fee
@ -136,7 +136,7 @@ GETOPT=$(getopt \
|
||||
--longoptions=default-exclude,dry-run,skip-scrub,recursive \
|
||||
--longoptions=keep:,label:,prefix:,sep: \
|
||||
--longoptions=debug,help,quiet,syslog,verbose \
|
||||
--options=dnshl:k:rs:gv \
|
||||
--options=dnshl:k:rs:qgv \
|
||||
-- "$@" ) \
|
||||
|| exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user