diff options
| author | Barry Warsaw | 2014-01-06 22:53:23 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-01-06 22:53:23 -0500 |
| commit | 11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf (patch) | |
| tree | 0343b99c82205969839123beb02b35eb2b8de708 /src/mailman/bin/runner.py | |
| parent | d5aac006b6eed59999029605b037c6202fcf395e (diff) | |
| download | mailman-11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf.tar.gz mailman-11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf.tar.zst mailman-11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf.zip | |
Diffstat (limited to 'src/mailman/bin/runner.py')
| -rw-r--r-- | src/mailman/bin/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py index b8d1fc66a..c5040e3e3 100644 --- a/src/mailman/bin/runner.py +++ b/src/mailman/bin/runner.py @@ -156,11 +156,11 @@ def main(): cannot be run once.""")) parser.add_argument( '-l', '--list', - default=None, action='store_true', + default=False, action='store_true', help=_('List the available runner names and exit.')) parser.add_argument( '-v', '--verbose', - default=False, action='store_true', help=_("""\ + default=None, action='store_true', help=_("""\ Display more debugging information to the log file.""")) args = parser.parse_args() |
