about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-11-02 12:55:37 -1100
committerEric Wong <e@80x24.org>2021-11-03 07:23:06 +0000
commit1f1b1f0e22f7b4cbe5c8e843c1932222c0461393 (patch)
tree263a1667706c2eee470937a47d8d1ff612f9a427 /lib
parent0d0a00cf1306d54a312504e6bfe8712900a06b01 (diff)
downloadpublic-inbox-1f1b1f0e22f7b4cbe5c8e843c1932222c0461393.tar.gz
The new Documentation/common.perl file will be used for
all manpages in the future.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Search.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 600e6400..523003b3 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -155,9 +155,9 @@ my %prob_prefix = (
 our @HELP = (
         's:' => 'match within Subject  e.g. s:"a quick brown fox"',
         'd:' => <<EOF,
-match date range, git "approxidate" formats supported
-Open-ended ranges such as `d:last.week..' and `d:..2.days.ago'
-are supported
+match date-time range, git "approxidate" formats supported
+Open-ended ranges such as `d:last.week..' and
+`d:..2.days.ago' are supported
 EOF
         'b:' => 'match within message body, including text attachments',
         'nq:' => 'match non-quoted text within message body',
@@ -179,7 +179,7 @@ EOF
         'dfpost:' => 'match post-image git blob ID',
         'dfblob:' => 'match either pre or post-image git blob ID',
         'rt:' => <<EOF,
-match received time, like `d:' unless sender's clock was broken
+match received time, like `d:' if sender's clock was correct
 EOF
 );
 chomp @HELP;