aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/select.go')
-rw-r--r--commands/account/select.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/select.go b/commands/account/select.go
index f990a1a1..dda76af4 100644
--- a/commands/account/select.go
+++ b/commands/account/select.go
@@ -15,6 +15,10 @@ func init() {
commands.Register(SelectMessage{})
}
+func (SelectMessage) Description() string {
+ return "Select the <N>th message in the message list."
+}
+
func (SelectMessage) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}