diff options
Diffstat (limited to 'mailman/bin/qrunner.py')
| -rw-r--r-- | mailman/bin/qrunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/bin/qrunner.py b/mailman/bin/qrunner.py index eeb5c286b..62e943aad 100644 --- a/mailman/bin/qrunner.py +++ b/mailman/bin/qrunner.py @@ -55,7 +55,7 @@ def r_callback(option, opt, value, parser): class ScriptOptions(Options): - usage=_("""\ + usage = _("""\ Run one or more qrunners, once or repeatedly. Each named runner class is run in round-robin fashion. In other words, the |
