aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/edit.go')
-rw-r--r--commands/compose/edit.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/edit.go b/commands/compose/edit.go
index 45c55046..f02848b7 100644
--- a/commands/compose/edit.go
+++ b/commands/compose/edit.go
@@ -17,6 +17,10 @@ func init() {
commands.Register(Edit{})
}
+func (Edit) Description() string {
+ return "(Re-)open text editor to edit the message in progress."
+}
+
func (Edit) Context() commands.CommandContext {
return commands.COMPOSE
}