aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/next-result.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/next-result.go')
-rw-r--r--commands/account/next-result.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/next-result.go b/commands/account/next-result.go
index e49884cf..0fb7d0a1 100644
--- a/commands/account/next-result.go
+++ b/commands/account/next-result.go
@@ -14,6 +14,10 @@ func init() {
commands.Register(NextPrevResult{})
}
+func (NextPrevResult) Description() string {
+ return "Select the next or previous search result."
+}
+
func (NextPrevResult) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}