summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2014-01-06 22:53:23 -0500
committerBarry Warsaw2014-01-06 22:53:23 -0500
commit11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf (patch)
tree0343b99c82205969839123beb02b35eb2b8de708 /src
parentd5aac006b6eed59999029605b037c6202fcf395e (diff)
downloadmailman-11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf.tar.gz
mailman-11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf.tar.zst
mailman-11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf.zip
Diffstat (limited to 'src')
-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 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()