summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_end.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-01 20:02:00 -0500
committerBarry Warsaw2012-03-01 20:02:00 -0500
commit07aa6808fbc5288592c5a41c658882ad37756fca (patch)
tree5026c68aa200019cff6800c93503c9b9b7e737ac /src/mailman/commands/eml_end.py
parenta8f2a1c6dcc27927d8163e0ca6e50f9986a84385 (diff)
downloadmailman-07aa6808fbc5288592c5a41c658882ad37756fca.tar.gz
mailman-07aa6808fbc5288592c5a41c658882ad37756fca.tar.zst
mailman-07aa6808fbc5288592c5a41c658882ad37756fca.zip
Diffstat (limited to 'src/mailman/commands/eml_end.py')
-rw-r--r--src/mailman/commands/eml_end.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/commands/eml_end.py b/src/mailman/commands/eml_end.py
index 56fd705a2..3cd70813c 100644
--- a/src/mailman/commands/eml_end.py
+++ b/src/mailman/commands/eml_end.py
@@ -38,6 +38,7 @@ class End:
name = 'end'
argument_description = ''
description = _('Stop processing commands.')
+ short_description = description
def process(self, mlist, msg, msgdata, arguments, results):
"""See `IEmailCommand`."""
@@ -49,3 +50,5 @@ class Stop(End):
"""The email 'stop' command (an alias for 'end')."""
name = 'stop'
+ description = _("An alias for 'end'.")
+ short_description = description