From: Jani Nikula <jani@nikula.org>
Date: Sat, 17 Oct 2015 20:58:48 +0000 (+0300)
Subject: man: clarify the parameters for lastmod: range query
X-Git-Tag: 0.21_rc3~11
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bf719963a74df77581409439c38ad4a76d84db62;p=notmuch-old

man: clarify the parameters for lastmod: range query

<since> and <until> for the lastmod: prefix right below the date:
prefix description give the impression one could use last modified
dates to lastmod: which is not at all the case. Use
<initial-revision>..<final-revision> instead.
---

diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst
index 11a3da3d..2fbc16d1 100644
--- a/doc/man7/notmuch-search-terms.rst
+++ b/doc/man7/notmuch-search-terms.rst
@@ -54,7 +54,7 @@ indicate user-supplied values):
 
 -  date:<since>..<until>
 
--  lastmod:<since>..<until>
+-  lastmod:<initial-revision>..<final-revision>
 
 The **from:** prefix is used to match the name or address of the sender
 of an email message.