From 5beb4a5f6585acdb036a10b2be4b45b6e7613ed6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 7 Feb 2021 08:51:56 +0000 Subject: lei: replace --thread with --threads Nobody is expected to use long options, but for consistency with mairix(1), we'll use the pluralized option throughout (including existing PublicInbox::{Search,SearchView}). Link: https://public-inbox.org/meta/20210206090119.GA14519@dcvr/ --- lib/PublicInbox/SearchView.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/SearchView.pm') diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm index d50d3cf6..08c77f35 100644 --- a/lib/PublicInbox/SearchView.pm +++ b/lib/PublicInbox/SearchView.pm @@ -48,7 +48,7 @@ sub sres_top_html { limit => $q->{l}, offset => $o, relevance => $q->{r}, - thread => $q->{t}, + threads => $q->{t}, asc => $asc, }; my ($mset, $total, $err, $html); -- cgit v1.2.3-24-ge0c7