You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/09/08 20:53:59 UTC

[incubator-ponymail] branch master updated: Fix accidental duplication

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 68a3358  Fix accidental duplication
68a3358 is described below

commit 68a3358d96e4f3b9db8da8fbf884968bb267bdcf
Author: Sebb <se...@apache.org>
AuthorDate: Tue Sep 8 21:53:48 2020 +0100

    Fix accidental duplication
---
 tools/archiver.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index b71f0e0..99cce8e 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -652,8 +652,6 @@ def main():
                             'fail silently.')
     parser.add_argument('--generator', dest='generator',
                        help='Override the generator.')
-    parser.add_argument('--generator', dest='generator',
-                       help='Override the generator.')
     parser.add_argument('--skipff', dest = 'skipff', action='store_true',
                        help = 'Skip format=flowed processing (mainly for unit-testing)')
     args = parser.parse_args()