X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-tag.rst;h=ae311a230f55e5e2a02836c4ebeeefad8770e994;hb=f2e2f2aa96cb0d40c6fb85cde2ab82380c367485;hp=1da876c5c8cbeef129c04a9e6ceae249422af3a4;hpb=ff4e81ac57dee5a62f35093c2966f931a7b7580c;p=notmuch diff --git a/doc/man1/notmuch-tag.rst b/doc/man1/notmuch-tag.rst index 1da876c5..ae311a23 100644 --- a/doc/man1/notmuch-tag.rst +++ b/doc/man1/notmuch-tag.rst @@ -34,22 +34,27 @@ the **maildir.synchronize\_flags** configuration option is enabled. See Supported options for **tag** include -``--remove-all`` - Remove all tags from each message matching the search terms before - applying the tag changes appearing on the command line. This - means setting the tags of each message to the tags to be added. If - there are no tags to be added, the messages will have no tags. - -``--batch`` - Read batch tagging operations from a file (stdin by default). - This is more efficient than repeated **notmuch tag** - invocations. See `TAG FILE FORMAT <#tag_file_format>`__ below for - the input format. This option is not compatible with specifying - tagging on the command line. - -``--input=``\ - Read input from given file, instead of from stdin. Implies - ``--batch``. +.. program:: tag + +.. option:: --remove-all + + Remove all tags from each message matching the search terms before + applying the tag changes appearing on the command line. This + means setting the tags of each message to the tags to be added. If + there are no tags to be added, the messages will have no tags. + +.. option:: --batch + + Read batch tagging operations from a file (stdin by default). + This is more efficient than repeated **notmuch tag** + invocations. See `TAG FILE FORMAT <#tag_file_format>`__ below for + the input format. This option is not compatible with specifying + tagging on the command line. + +.. option:: --input= + + Read input from given file, instead of from stdin. Implies + ``--batch``. TAG FILE FORMAT ===============