From e75e3c364a26ee08b0da9b29115de40271f574c5 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 23 Dec 2012 15:10:51 -0500 Subject: * Improve the --help text for the `start`, `stop`, `restart`, and `reopen` subcommands. (LP: #1035033) --- src/mailman/commands/cli_control.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mailman/commands/cli_control.py') diff --git a/src/mailman/commands/cli_control.py b/src/mailman/commands/cli_control.py index b5a79b820..6e211b83c 100644 --- a/src/mailman/commands/cli_control.py +++ b/src/mailman/commands/cli_control.py @@ -48,7 +48,7 @@ qlog = logging.getLogger('mailman.runner') @implementer(ICLISubCommand) class Start: - """Start the Mailman daemons.""" + """Start the Mailman master and runner processes.""" name = 'start' @@ -191,7 +191,7 @@ class SignalCommand: class Stop(SignalCommand): - """Stop the Mailman daemons.""" + """Stop the Mailman master and runner processes.""" name = 'stop' message = _("Shutting down Mailman's master runner") @@ -199,7 +199,7 @@ class Stop(SignalCommand): class Reopen(SignalCommand): - """Reopen the Mailman daemons.""" + """Signal the Mailman processes to re-open their log files..""" name = 'reopen' message = _('Reopening the Mailman runners') @@ -208,7 +208,7 @@ class Reopen(SignalCommand): @implementer(ICLISubCommand) class Restart(SignalCommand): - """Stop the Mailman daemons.""" + """Stop and restart the Mailman runner subprocesses.""" name = 'restart' message = _('Restarting the Mailman runners') -- cgit v1.2.3-70-g09d2