diff options
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() |
