summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/cli_help.py')
-rw-r--r--src/mailman/commands/cli_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_help.py b/src/mailman/commands/cli_help.py
index eec47b0f0..df745244e 100644
--- a/src/mailman/commands/cli_help.py
+++ b/src/mailman/commands/cli_help.py
@@ -30,7 +30,7 @@ from zope.interface import implementer
@implementer(ICLISubCommand)
class Help:
# Lowercase, to match argparse's default --help text.
- """show this help message and exit"""
+ """Show this help message and exit."""
name = 'help'