------------------------------------------------------------
revno: 1812
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Wed 2019-05-22 07:49:35 -0700
message:
  Fixed misspelling of mailmanctl no-restart option.
modified:
  NEWS
  bin/mailmanctl


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS'
--- NEWS	2019-03-06 17:48:32 +0000
+++ NEWS	2019-05-22 14:49:35 +0000
@@ -41,6 +41,8 @@
     - Leading/trailing spaces in provided email addresses for login to private
       archives and the user options page are now ignored.  (LP: #1818872)
 
+    - Fixed the spelling of the --no-restart option for mailmanctl.
+
 2.1.29 (24-Jul-2018)
 
   Bug Fixes

=== modified file 'bin/mailmanctl'
--- bin/mailmanctl	2018-06-17 23:47:34 +0000
+++ bin/mailmanctl	2019-05-22 14:49:35 +0000
@@ -311,7 +311,7 @@
     global quiet
     try:
         opts, args = getopt.getopt(sys.argv[1:], 'hnusq',
-                                   ['help', 'no-start', 'run-as-user',
+                                   ['help', 'no-restart', 'run-as-user',
                                     'stale-lock-cleanup', 'quiet'])
     except getopt.error, msg:
         usage(1, msg)

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to