commit 75b088b0b02ae5486a9e1c77321a732bae9604ec
parent 3e324433e41f383bf3c2406b261d20871ebb11c7
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date: Sun, 11 Apr 2021 15:35:24 -0500
fix README indentation
Diffstat:
M | README.md | | | 62 | +++++++++++++++++++++++++++++++------------------------------- |
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/README.md b/README.md
@@ -7,37 +7,37 @@ This implementation allows for numerous translations/versions of the Bible to be
## Usage
-usage: bbl [flags] [bible] [reference...]
-
- Flags:
- -l, --list list books
- -W, --no-line-wrap no line wrap
- -c, --cat echo text to STDOUT
- -h, --help show help
- Bible:
- -d, --douay Douay-Rheims Bible
- -g, --greek Greek Bible (Septuagint + SBL NT)
- -j, --jerusalem New Jerusalem Bible
- -k, --kjv King James Bible
- -n, --knox Knox Bible
- -v, --vulgate Clementine Vulgate
-
- Reference types:
- <Book>
- Individual book
- <Book>:<Chapter>
- Individual chapter of a book
- <Book>:<Chapter>:<Verse>[,<Verse>]...
- Individual verse(s) of a specific chapter of a book
- <Book>:<Chapter>-<Chapter>
- Range of chapters in a book
- <Book>:<Chapter>:<Verse>-<Verse>
- Range of verses in a book chapter
- <Book>:<Chapter>:<Verse>-<Chapter>:<Verse>
- Range of chapters and verses in a book
-
- /<Search>
- All verses that match a pattern
+ usage: bbl [flags] [bible] [reference...]
+
+ Flags:
+ -l, --list list books
+ -W, --no-line-wrap no line wrap
+ -c, --cat echo text to STDOUT
+ -h, --help show help
+ Bible:
+ -d, --douay Douay-Rheims Bible
+ -g, --greek Greek Bible (Septuagint + SBL NT)
+ -j, --jerusalem New Jerusalem Bible
+ -k, --kjv King James Bible
+ -n, --knox Knox Bible
+ -v, --vulgate Clementine Vulgate
+
+ Reference types:
+ <Book>
+ Individual book
+ <Book>:<Chapter>
+ Individual chapter of a book
+ <Book>:<Chapter>:<Verse>[,<Verse>]...
+ Individual verse(s) of a specific chapter of a book
+ <Book>:<Chapter>-<Chapter>
+ Range of chapters in a book
+ <Book>:<Chapter>:<Verse>-<Verse>
+ Range of verses in a book chapter
+ <Book>:<Chapter>:<Verse>-<Chapter>:<Verse>
+ Range of chapters and verses in a book
+
+ /<Search>
+ All verses that match a pattern
<Book>/<Search>
All verses in a book that match a pattern
<Book>:<Chapter>/<Search>