aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Pieter Praet <pieter@praet.org>2012-02-28 19:42:03 +0100
committerGravatar David Bremner <bremner@debian.org>2012-02-29 07:27:44 -0400
commit13235d35356dd065855d4db4d44da274808407a1 (patch)
treea0956c4b774ccc1a51019cdcb087861b23e62073 /man
parent95fb22ebdbd55d116b47bba47b940a95e6d463bf (diff)
doc: minor corrections in notmuch-config.1
* man/man1/notmuch-config.1 - SYNOPSIS: Remove spaces in 'section.item' arg, and indicate that `notmuch config set' accepts multiple value args. - DESCRIPTION: Correct config option to exclude tags from search results. ('search.exclude_tags' instead of 'search.exclude') Also see commit bb8ab4c8.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-config.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1
index 0260eb79..3d69cc6c 100644
--- a/man/man1/notmuch-config.1
+++ b/man/man1/notmuch-config.1
@@ -4,10 +4,10 @@ notmuch-config \- Access notmuch configuration file.
.SH SYNOPSIS
.B notmuch config get
-.RI "<" section "> . <" item ">"
+.RI "<" section ">.<" item ">"
.B notmuch config set
-.RI "<" section "> . <" item "> [" value "]"
+.RI "<" section ">.<" item "> [" value " ...]"
.SH DESCRIPTION
@@ -85,7 +85,7 @@ directory hierarchy.
.RS 4
.TP 4
-.B search.exclude
+.B search.exclude_tags
A list of tags that will be excluded from search results by
default. Using an excluded tag in a query will override that
exclusion.