From: Don Armstrong Date: Fri, 15 Dec 2017 18:23:04 +0000 (-0800) Subject: remove quick option and add quiet option X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=185be662d646dd43f7fdffbffafe58414a252260;hp=4a1f2de954fb5486d7244e2bde288d38ab75e058;p=debbugs.git remove quick option and add quiet option --- diff --git a/bin/debbugs-spam b/bin/debbugs-spam index 164013b..613eec2 100755 --- a/bin/debbugs-spam +++ b/bin/debbugs-spam @@ -103,18 +103,18 @@ my %options = man => 0, verbose => 0, quiet => 0, - quick => 0, spamc => 'spamc', spamc_opts => [], ); handle_main_arguments(\%options, - 'quick|q', 'service|s', 'sysconfdir|c', 'spamc=s' => 0, 'spamc_opts|spamc-opts=s@' => 0, 'spool_dir|spool-dir=s', + 'quiet|q:+', + 'verbose|v:+', 'debug|d+','help|h|?','man|m'); my %subcommands =