~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/bin/runner.py

  • Committer: Barry Warsaw
  • Date: 2014-01-05 21:21:10 UTC
  • Revision ID: barry@list.org-20140105212110-y39xuab7cnu2kr83
checkpointing

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        help=_('List the available runner names and exit.'))
161
161
    parser.add_argument(
162
162
        '-v', '--verbose',
163
 
        default=False, action='store_true', help=_("""\
 
163
        default=None, action='store_true', help=_("""\
164
164
        Display more debugging information to the log file."""))
165
165
 
166
166
    args = parser.parse_args()