------------------------------------------------------------
revno: 1095
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Sun 2008-06-08 09:19:16 -0700
message:
  Forgot to actually implement the help option in cron/cull_bad_shunt
modified:
  cron/cull_bad_shunt

=== modified file 'cron/cull_bad_shunt'
--- a/cron/cull_bad_shunt       2008-04-27 17:37:39 +0000
+++ b/cron/cull_bad_shunt       2008-06-08 16:19:16 +0000
@@ -79,6 +79,9 @@
 
     if args:
         usage(1)
+    for opt, arg in opts:
+        if opt in ('-h', '--help'):
+            usage(0)
 
     if mm_cfg.BAD_SHUNT_STALE_AFTER <= 0:
         # Nothing to do



--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to