esvsearch.1: document -m

This commit is contained in:
Jeremy Baxter 2025-05-01 19:42:57 +12:00
parent 67171b71dc
commit bc342d0415

View file

@ -7,7 +7,7 @@
.Sh SYNOPSIS
.Nm esvsearch
.Bk -words
.Op Fl eV
.Op Fl emV
.Op Fl c Ar config
.Ar query
.Ek
@ -45,6 +45,12 @@ for more information.
Instead of showing loose matches for
.Ar query ,
only show exact matches.
.It Fl m
Print matches in a machine-readable format,
where each result takes up just one line.
Any spaces in the book name are replaced with underscores
and a slash character separates the passage reference
from the passage content.
.It Fl V
Print the version number and exit.
.El
@ -65,13 +71,7 @@ Part of the
distribution found at
.Lk https://reformers.dev/esv
.Sh BUGS
.Nm
outputs search results in a human-readable manner,
which makes it nice for humans to read but difficult
for machines to parse and store.
.Nm
should support outputting results in a shell-readable format
and the JSON format.
.Pp
Currently there are no known bugs in
.Nm .
If you think you've found a potential bug,
please report it to my email address above.