mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-16 07:38:12 +02:00
Add -q to the getopt list of short options.
This corresponds to the --quiet option.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user