summaryrefslogtreecommitdiff
path: root/alot/commands/taglist.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-16 01:23:13 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-16 01:23:13 +0100
commitce805a14602daa3bcd38c8f20223f18bb4bc546e (patch)
treefe439a801b6f7801158ec3f9ce1a5e3e059f0598 /alot/commands/taglist.py
parent0d9535b94187380a315c62ffc668722a6c7cb167 (diff)
helpstrings and pep8
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()