diff --git a/esvsearch.1 b/esvsearch.1 index 0b8ca4e..50bf4b0 100644 --- a/esvsearch.1 +++ b/esvsearch.1 @@ -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.