summaryrefslogtreecommitdiff
path: root/src/mailman/bin/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/runner.py')
-rw-r--r--src/mailman/bin/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py
index d6a1dd6db..c5040e3e3 100644
--- a/src/mailman/bin/runner.py
+++ b/src/mailman/bin/runner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2013 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2014 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -160,7 +160,7 @@ def main():
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()