diff --git a/src/zfs-auto-snapshot.sh b/src/zfs-auto-snapshot.sh index 8a10894..b9e43c3 100755 --- a/src/zfs-auto-snapshot.sh +++ b/src/zfs-auto-snapshot.sh @@ -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