sebbASF closed pull request #435: import-mbox: Clarify List-ID format
URL: https://github.com/apache/incubator-ponymail/pull/435
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index 834a8f4..7cbbbf5 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -399,7 +399,7 @@ def mailgen(list):
 parser.add_argument('--pipermail', dest='pipermail', action='store_true',
                    help='This is pipermail, derive files from it (list ID has 
to be set!)')
 parser.add_argument('--lid', dest='listid', type=str, nargs=1,
-                   help='Optional List-ID to override source with.')
+                   help='Optional List-ID to override source with. Format: 
<list-name>@<domain>')
 parser.add_argument('--project', dest='project', type=str, nargs=1,
                    help='Optional project to look for ($project-* will be 
imported as well)')
 parser.add_argument('--ext', dest='ext', type=str, nargs=1,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to