From 94a954d6345310237219a3c18366345648b2e3ab Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 1 May 2025 14:00:37 +1200 Subject: [PATCH] esvsearch.1: document -e option --- esvsearch.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/esvsearch.1 b/esvsearch.1 index c2a3c83..0b8ca4e 100644 --- a/esvsearch.1 +++ b/esvsearch.1 @@ -7,7 +7,7 @@ .Sh SYNOPSIS .Nm esvsearch .Bk -words -.Op Fl V +.Op Fl eV .Op Fl c Ar config .Ar query .Ek @@ -41,7 +41,10 @@ See the documentation on in .Xr esv 1 for more information. -.Sx ENVIRONMENT ) . +.It Fl e +Instead of showing loose matches for +.Ar query , +only show exact matches. .It Fl V Print the version number and exit. .El