diff options
Diffstat (limited to 'src/mailman/commands/eml_end.py')
| -rw-r--r-- | src/mailman/commands/eml_end.py | 3 |
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 |
