summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
diff options
context:
space:
mode:
authorAlexander Shpilkin <ashpilkin@gmail.com>2018-07-24 21:30:22 +0200
committerAlexander Shpilkin <ashpilkin@gmail.com>2018-07-25 00:39:51 +0200
commit1a66f6764ead424c6bc83b50ad016db581489650 (patch)
tree8c33b32747022810fd601273522e8a98efd0b7eb /alot/commands/search.py
parent32a5d7629b73b2191d6fd618836fc3b008903d79 (diff)
Capitalize option and command descriptions consistently
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index d1dccd71..2b8e4849 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -136,10 +136,9 @@ RetagPromptCommand = registerCommand(MODE, 'retagprompt')(RetagPromptCommand)
'default': 'True',
'help': 'postpone a writeout to the index'}),
(['tags'], {'help': 'comma separated list of tags'})],
- help='flip presence of tags on this thread. A tag is considered present '
- 'if at least one message contained in this thread is tagged with it. '
- 'In that case this command will remove the tag from every message in '
- 'the thread.')
+ help='flip presence of tags on this thread: a tag is considered present '
+ 'and will be removed if at least one message in this thread is '
+ 'tagged with it')
class TagCommand(Command):
"""manipulate message tags"""