From 67207e20f3dc8b9e92e45560776b5b304f964cc1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 7 Nov 2020 07:56:08 -0500 Subject: Fixed segfaults for invalid module names --- readme.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 21be739..7eca841 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ This library provides a simplified interface to the SWORD project. ##libbible.so -The library can be compiled into a sharable object file and installed to the system. This is the default make option: +The library can be compiled into a sharable object file and installed to the system: ```console make @@ -15,16 +15,10 @@ The full interface is available in libbible.h. ##bible -An example cli is included with libbible, which can be compiled using: +An example cli is included with libbible. It is designed to showcase the functionality of libbible: ```console -make bible -``` - -The interface is simplistic, and uses a subset of libbible's functionality: - -```console -./bible --help +bible --help Usage: bible [options] [reference] @@ -42,7 +36,7 @@ Options: --list-installable= list bible versions available for download and install. Default lists for all languages. --install-network install module from the network where is LANG:NAME as provided by --list-installable --install-zip install module from a zip file - --remove-mod delete a mod from the system + --remove-module delete a mod from the system Examples: -- cgit v1.2.3