summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-07-05 09:45:49 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-07-11 19:45:11 +0200
commitbd2ffd809e911299a387fbc84feede3e556c2a15 (patch)
treebeb82e3e7fa3006b7076cc4e66989198fd033bf6 /alot
parent3b663ebaa48a8c5bf0de55e7388a07bf67b75a17 (diff)
Fix typo in docstring
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/search.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index f304973d..49d95ebe 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -170,8 +170,8 @@ class TagCommand(Command):
and removes all other if 'set' or toggle individually if
'toggle'
:type action: str
- :param all: tag all messages in search result
- :type all: bool
+ :param allmessages: tag all messages in search result
+ :type allmessages: bool
:param flush: imediately write out to the index
:type flush: bool
"""