diff options
| author | Barry Warsaw | 2015-03-13 20:56:51 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-13 20:56:51 -0400 |
| commit | a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f (patch) | |
| tree | ee30bf86419ee964d081897ddc2d4e7ed0b6e976 /src/mailman/bin/runner.py | |
| parent | d7e96af25e7ae428cf07d9170a4cb01c9022eae2 (diff) | |
| parent | 8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (diff) | |
| download | mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.tar.gz mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.tar.zst mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.zip | |
Diffstat (limited to 'src/mailman/bin/runner.py')
| -rw-r--r-- | src/mailman/bin/runner.py | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py index e8c68dad9..87d11dbe9 100644 --- a/src/mailman/bin/runner.py +++ b/src/mailman/bin/runner.py @@ -108,19 +108,18 @@ def main(): description=_("""\ Start a runner - The runner named on the command line is started, and it can - either run through its main loop once (for those runners that - support this) or continuously. The latter is how the master - runner starts all its subprocesses. + The runner named on the command line is started, and it can either run + through its main loop once (for those runners that support this) or + continuously. The latter is how the master runner starts all its + subprocesses. - -r is required unless -l or -h is given, and its argument must - be one of the names displayed by the -l switch. + -r is required unless -l or -h is given, and its argument must be one + of the names displayed by the -l switch. - Normally, this script should be started from 'bin/mailman - start'. Running it separately or with -o is generally useful - only for debugging. When run this way, the environment variable - $MAILMAN_UNDER_MASTER_CONTROL will be set which subtly changes - some error handling behavior. + Normally, this script should be started from 'mailman start'. Running + it separately or with -o is generally useful only for debugging. When + run this way, the environment variable $MAILMAN_UNDER_MASTER_CONTROL + will be set which subtly changes some error handling behavior. """)) parser.add_argument( '--version', |
