diff options
| author | Sumana Harihareswara | 2015-04-19 21:36:21 -0400 |
|---|---|---|
| committer | Sumana Harihareswara | 2015-04-19 21:36:21 -0400 |
| commit | d48b501bb1e1b6970e8cc93e184e4e4da357e1a3 (patch) | |
| tree | cc05ee56293d3fa85383213b3a5343a7def195ec /src/mailman/commands | |
| parent | f5612fc226fecc18d651cbcf02a16967c6c32d78 (diff) | |
| download | mailman-d48b501bb1e1b6970e8cc93e184e4e4da357e1a3.tar.gz mailman-d48b501bb1e1b6970e8cc93e184e4e4da357e1a3.tar.zst mailman-d48b501bb1e1b6970e8cc93e184e4e4da357e1a3.zip | |
Diffstat (limited to 'src/mailman/commands')
| -rw-r--r-- | src/mailman/commands/cli_control.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/cli_control.py b/src/mailman/commands/cli_control.py index f58005e0f..5bd9ef1e3 100644 --- a/src/mailman/commands/cli_control.py +++ b/src/mailman/commands/cli_control.py @@ -56,7 +56,7 @@ class Start: default=False, action='store_true', help=_("""\ If the master watcher finds an existing master lock, it will - normally exit with an error message. With this option,the master + normally exit with an error message. With this option, the master will perform an extra level of checking. If a process matching the host/pid described in the lock file is running, the master will still exit, requiring you to manually clean up the lock. But @@ -78,7 +78,7 @@ class Start: This flag is not recommended for normal production environments. Note though, that if you run with -u and are not in the mailman - group, you may have permission problems, such as begin unable to + group, you may have permission problems, such as being unable to delete a list's archives through the web. Tough luck!""")) command_parser.add_argument( '-q', '--quiet', |
