commit b657ae65d80f7b32cdf40334c923c58474a7aee7
parent 40e080a912032dfeff0dde2f5683c9f82a689509
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date: Tue, 22 Feb 2022 15:27:57 -0600
Undo mistake (removed line that cause long options to break)
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bbl.sh b/bbl.sh
@@ -32,7 +32,7 @@ show_help() {
echo " -j, --jerusalem New Jerusalem Bible"
echo " -k, --kjv King James Bible"
echo " -n, --knox Knox Bible"
- echo " -r, --rsv Revised Standard Version: Catholic Edition"
+ echo " -r, --rsv Revised Standard Version: Catholic Edition"
echo " -v, --vulgate Clementine Vulgate"
echo
echo " Reference types:"
@@ -86,7 +86,8 @@ eval set -- "$opts"
while [ $# -gt 0 ]; do
case $1 in
--)
- shift ;;
+ shift
+ break;;
-l|--list)
# List all book names with their abbreviations
list=1