fixed typo
This commit is contained in:
parent
5496addf38
commit
d8268ab9ce
@ -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">
|
||||||
|
|
||||||
|
2
bibel.sh
2
bibel.sh
@ -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>"
|
||||||
|
Loading…
Reference in New Issue
Block a user