aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/search.go')
-rw-r--r--commands/account/search.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/search.go b/commands/account/search.go
index 14aa367b..5dde3322 100644
--- a/commands/account/search.go
+++ b/commands/account/search.go
@@ -39,6 +39,10 @@ func init() {
commands.Register(SearchFilter{})
}
+func (SearchFilter) Description() string {
+ return "Search or filter the current folder."
+}
+
func (SearchFilter) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}