Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core

Commits:
dbb70f00 by Mark Sapiro at 2018-05-08T20:46:27Z
Fixed help for 'mailman qfile'.

- - - - -
aa1edcd2 by Mark Sapiro at 2018-05-08T22:25:58Z
Merge branch 'qfile' into 'master'

Fixed help for 'mailman qfile'.

Closes #475

See merge request mailman/mailman!382
- - - - -


2 changed files:

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


Changes:

=====================================
src/mailman/commands/cli_qfile.py
=====================================
--- a/src/mailman/commands/cli_qfile.py
+++ b/src/mailman/commands/cli_qfile.py
@@ -42,7 +42,7 @@ m = None
     help=_("""\
     Don't attempt to pretty print the object.  This is useful if there is some
     problem with the object and you just want to get an unpickled
-    representation.  Useful with 'bin/dumpdb -i <file>'.  In that case, the
+    representation.  Useful with 'mailman qfile -i <file>'.  In that case, the
     list of unpickled objects will be left in a variable called 'm'."""))
 @click.option(
     '--interactive', '-i',


=====================================
src/mailman/docs/NEWS.rst
=====================================
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -72,6 +72,8 @@ Bugs
 * Fixed a typo in the help for ``mailman digests --periodic``.  (Closes #472)
 * Character encoding errors in adding headers and footers to multipart messages
   are detected and ``replaced``.  (Closes #409)
+* The help for ``mailman qfile`` has been fixed to reference ``mailman qfile``
+  rather than the non-existent ``bin/dumpdb``.  (Closes #475)
 
 Command line
 ------------



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/a4dbf1e7cf6ed30a56e4eb9f0d473196c94ccf32...aa1edcd276a3bb634ddd96dd64c70d00e1e2d1f8

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/a4dbf1e7cf6ed30a56e4eb9f0d473196c94ccf32...aa1edcd276a3bb634ddd96dd64c70d00e1e2d1f8
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