From 8786eb008b07b02f080d4253e629c38699e21610 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 12 May 2019 11:58:59 +0100 Subject: update generated docs for search mode tag cmds --- docs/source/usage/modes/search.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/source/usage/modes/search.rst b/docs/source/usage/modes/search.rst index df6a15ef..c0cc77c5 100644 --- a/docs/source/usage/modes/search.rst +++ b/docs/source/usage/modes/search.rst @@ -38,14 +38,14 @@ The following commands are available in search mode: .. describe:: retag - set tags of all messages in the thread that match the current query + set tags to all messages in the selected thread argument comma separated list of tags optional arguments :---no-flush: postpone a writeout to the index (defaults to: 'True') - :---all: retag all messages in search result + :---all: retag all messages that match the current query .. _cmd.search.retagprompt: @@ -89,20 +89,20 @@ The following commands are available in search mode: .. describe:: tag - add tags to all messages in the thread that match the current query + add tags to all messages in the selected thread argument comma separated list of tags optional arguments :---no-flush: postpone a writeout to the index (defaults to: 'True') - :---all: retag all messages in search result + :---all: tag all messages that match the current search query .. _cmd.search.toggletags: .. describe:: toggletags - 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 + flip presence of tags on the selected thread: a tag is considered present and will be removed if at least one message in this thread is tagged with it argument comma separated list of tags @@ -114,12 +114,12 @@ The following commands are available in search mode: .. describe:: untag - remove tags from all messages in the thread that match the query + remove tags from all messages in the selected thread argument comma separated list of tags optional arguments :---no-flush: postpone a writeout to the index (defaults to: 'True') - :---all: retag all messages in search result + :---all: untag all messages that match the current query -- cgit v1.2.3