Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core

Commits:
20bc72fd by Mark Sapiro at 2018-05-04T00:45:09Z
Fixed a typo in the help for 'mailman digests --periodic'.

- - - - -
9cf0a894 by Abhilash Raj at 2018-05-04T02:26:56Z
Merge branch 'periodic' into 'master'

Fixed a typo in the help for 'mailman digests --periodic'.

Closes #472

See merge request mailman/mailman!377
- - - - -


2 changed files:

- src/mailman/commands/cli_digests.py
- src/mailman/docs/NEWS.rst


Changes:

=====================================
src/mailman/commands/cli_digests.py
=====================================
--- a/src/mailman/commands/cli_digests.py
+++ b/src/mailman/commands/cli_digests.py
@@ -68,7 +68,7 @@ from zope.interface import implementer
     is_flag=True, default=False,
     help=_("""\
     Send any collected digests for the List only if their digest_send_periodic
-    is set to False."""))
+    is set to True."""))
 @click.pass_context
 def digests(ctx, list_ids, send, bump, dry_run, verbose, periodic):
     # send and periodic options are mutually exclusive, if they both are


=====================================
src/mailman/docs/NEWS.rst
=====================================
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -69,6 +69,7 @@ Bugs
   cached before. (Closes #463)
 * The override of Message.as_string() has been extended to catch yet another
   observed exception.  (Closes #470)
+* Fixed a typo in the help for ``mailman digests --periodic``.  (Closes #472)
 
 Command line
 ------------



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/49a9a22219c8b2d4ab3f6e0fe9d62b51b7f60e14...9cf0a8946f633bb2d05963ad32b6a4dab884eebd

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/49a9a22219c8b2d4ab3f6e0fe9d62b51b7f60e14...9cf0a8946f633bb2d05963ad32b6a4dab884eebd
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to