bbl

Read, search and index the Bible on the command line -- Greek, Latin, KJV, Knox, RSV, and more
git clone git://git.wilsonrgheen.com/bbl
Log | Files | Refs | README | LICENSE

commit 2ae754c4d0b790e268edc4a46c96d1e14c5dbe61
parent 47900031eb7d589062df5985cbbdbb10e09bcbb5
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date:   Sun, 25 Sep 2022 07:30:12 -0500

Update README file to match help output

Diffstat:
MREADME.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ usage: bbl [flags] [reference...] Flags: -l, --list-books list book names (for the reading chosen) -L, --list list options for readings (Vulgate, KJV, Latin poems, etc.) - -o choose a reading by name (i.e. by the name of the corresponding TSV file, sans file extension) + -o <reading> choose a reading by name (i.e. by the name of the corresponding TSV file, sans file extension) -W, --no-line-wrap no line wrap -V, --no-verse-numbers no verse numbers are printed--just the book title at the top and a number for each chapter -C, --no-ch-numbers no chapter headings either (implies -V) @@ -40,6 +40,8 @@ Specifying -i or -H will currently override all other translations and output on Reference types: NOTE: The colon between book and chapter is required for Hebrew, optional for everything else. + <Book> can refer either to the name of a book, or an alias referring to a list of books. + Specify the -l flag to get list of both books and aliases References for Hebrew must be in Hebrew; for all else, must be in English. <Book> Individual book @@ -73,7 +75,8 @@ Specifying -i or -H will currently override all other translations and output on <Book>:<Chapter> @ <Number-of-Verses>? Random verse or assortment of verses from the given book:chapter - + Exit code is 0 if no problems; 1 if cross-referencing and one or more references + returned nothing; 2 if no references returned anything. ``` ## Note