From adebbd6fee487ec0c8623ed881c120b9f17eaa7b Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Mon, 21 Nov 2011 21:40:04 -0600 Subject: [PATCH] Add -q to the getopt list of short options. This corresponds to the --quiet option. --- src/zfs-auto-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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