diff options
| author | Barry Warsaw | 2012-03-01 20:02:00 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-01 20:02:00 -0500 |
| commit | 07aa6808fbc5288592c5a41c658882ad37756fca (patch) | |
| tree | 5026c68aa200019cff6800c93503c9b9b7e737ac /src/mailman/commands/eml_end.py | |
| parent | a8f2a1c6dcc27927d8163e0ca6e50f9986a84385 (diff) | |
| download | mailman-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.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 |
