aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-11-01 16:51:00 -0700
committerCarl Worth <cworth@cworth.org>2010-11-01 16:51:00 -0700
commit1cb28764d86e5e0c98bdd49140568e523571a5a2 (patch)
tree46eaaa785852d8a942ef8b6abe80b795307470a9
parent77548f01d92ba702a50b58e9ebfd118559ead9f4 (diff)
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.
-rw-r--r--notmuch.114
1 files changed, 7 insertions, 7 deletions
diff --git a/notmuch.1 b/notmuch.1
index 2c33749..e4eed60 100644
--- a/notmuch.1
+++ b/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