From 11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 6 Jan 2014 22:53:23 -0500 Subject: Fix the default. --- src/mailman/bin/runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mailman') 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() -- cgit v1.2.3-70-g09d2