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 b7abbabd1815a24773981864b4681553a837d818
parent 686a00bfc20f3a991f474d4c6951945fa375cf0a
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date:   Tue,  6 Sep 2022 14:58:45 -0500

Add clarification to help output

Diffstat:
Mbbl.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbl.sh b/bbl.sh @@ -77,7 +77,7 @@ show_help() { echo " Flags:" echo " -l, --list-books list book names (for the reading chosen)" echo " -L, --list list options for readings (Vulgate, KJV, Latin poems, etc.)" - echo " -o choose a reading by name (i.e. by the name of the corresponding TSV file, sans file extension)" + echo " -o <reading> choose a reading by name (i.e. by the name of the corresponding TSV file, sans file extension)" echo " -W, --no-line-wrap no line wrap" echo " -V, --no-verse-numbers no verse numbers are printed--just the book title at the top and a number for each chapter" echo " -C, --no-ch-numbers no chapter headings either (implies -V)"