Add -q to the getopt list of short options.

This corresponds to the --quiet option.
This commit is contained in:
Darik Horn 2011-11-21 21:40:04 -06:00
parent 5bdcaad4bf
commit adebbd6fee

View File

@ -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