fixed typo

This commit is contained in:
Alexander Bocken 2020-08-15 16:03:46 +02:00
parent 5496addf38
commit d8268ab9ce
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ Code largely based off of [https://github.com/bontibon/kjv.git](https://github.c
-l list books -l list books
-W no line wrap -W no line wrap
-h show help
-F no footnotes -F no footnotes
-h show help
Reference types: Reference types:
<Book> <Book>
@ -50,7 +50,7 @@ bibel can be built by cloning the repository and then running make:
``` ```
## Example ## Example
Here's for example how the beginning of Matthäus looks. The first part being an introduction tothe chapter and then some verses with footnotes. Here's for example how the beginning of Matthäus looks. The first part being an introduction to the chapter and then some verses with footnotes.
<img src="/../assets/Mt_example.png" alt="Beginning of Matthäus Chapter" width="1800"> <img src="/../assets/Mt_example.png" alt="Beginning of Matthäus Chapter" width="1800">

View File

@ -22,8 +22,8 @@ show_help() {
echo echo
echo " -l list books" echo " -l list books"
echo " -W no line wrap" echo " -W no line wrap"
echo " -h show help"
echo " -F no footnotes" echo " -F no footnotes"
echo " -h show help"
echo echo
echo " Reference types:" echo " Reference types:"
echo " <Book>" echo " <Book>"