mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
manpage: Add escaping for hyphen used as minus
As pointed out by Debian lintian, options with '-' might not be copy/pastable if formatted with an unescaped '-' character.
This commit is contained in:
parent
77548f01d9
commit
1cb28764d8
1 changed files with 7 additions and 7 deletions
14
notmuch.1
14
notmuch.1
|
@ -169,31 +169,31 @@ the authors of the thread and the subject.
|
|||
.B threads
|
||||
|
||||
Output the thread IDs of all threads with any message matching the
|
||||
search terms, either one per line (--format=text) or as a JSON array
|
||||
(--format=json).
|
||||
search terms, either one per line (\-\-format=text) or as a JSON array
|
||||
(\-\-format=json).
|
||||
.RE
|
||||
.RS 4
|
||||
.TP 4
|
||||
.B messages
|
||||
|
||||
Output the message IDs of all messages matching the search terms,
|
||||
either one per line (--format=text) or as a JSON array
|
||||
(--format=json).
|
||||
either one per line (\-\-format=text) or as a JSON array
|
||||
(\-\-format=json).
|
||||
.RE
|
||||
.RS 4
|
||||
.TP 4
|
||||
.B files
|
||||
|
||||
Output the filenames of all messages matching the search terms, either
|
||||
one per line (--format=text) or as a JSON array (--format=json).
|
||||
one per line (\-\-format=text) or as a JSON array (\-\-format=json).
|
||||
.RE
|
||||
.RS 4
|
||||
.TP 4
|
||||
.B tags
|
||||
|
||||
Output all tags that appear on any message matching the search terms,
|
||||
either one per line (--format=text) or as a JSON array
|
||||
(--format=json).
|
||||
either one per line (\-\-format=text) or as a JSON array
|
||||
(\-\-format=json).
|
||||
.RE
|
||||
.RE
|
||||
|
||||
|
|
Loading…
Reference in a new issue