summaryrefslogtreecommitdiff
path: root/alot/commands/taglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/taglist.py')
-rw-r--r--alot/commands/taglist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/taglist.py b/alot/commands/taglist.py
index c551b72f..fd8a52d8 100644
--- a/alot/commands/taglist.py
+++ b/alot/commands/taglist.py
@@ -4,7 +4,7 @@ from alot.commands.globals import SearchCommand
MODE = 'taglist'
-@registerCommand(MODE, 'select', {})
+@registerCommand(MODE, 'select', help='open search for selected tag')
class TaglistSelectCommand(Command):
def apply(self, ui):
tagstring = ui.current_buffer.get_selected_tag()