aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-01-28 08:34:14 -0500
committerYour Name <you@example.com>2023-01-28 08:34:14 -0500
commit4aece619ea06f0ecfa07722bf60f44c9470e7568 (patch)
tree140672029345f93c9254fc9c189ede4c5bc5f45f
parentf14824a8d3a18c7759d28885752b7bccc5b6679f (diff)
downloadlibbible-4aece619ea06f0ecfa07722bf60f44c9470e7568.tar.gz
libbible-4aece619ea06f0ecfa07722bf60f44c9470e7568.tar.bz2
libbible-4aece619ea06f0ecfa07722bf60f44c9470e7568.zip
Fixed help message
-rw-r--r--src/bible.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bible.cc b/src/bible.cc
index ac9b189..0e555dc 100644
--- a/src/bible.cc
+++ b/src/bible.cc
@@ -22,7 +22,7 @@ void usage() {
printf(" --list-books list books available in the current module\n");
printf(" --list-chapters <book> list chapters available in book in the current module\n");
printf(" -o, --omit-verse-numbers when printing verse text, skip printing verse and chapter numbers\n");
- printf(" -s, --superscript when printing verse text, print verse and chapter numbers as superscript\n");
+ printf(" -s, --superscript when printing verse text, print verse numbers as superscript\n");
printf(" --list-installable=<lang> list bible versions available for download and install. Default lists for all languages.\n");
printf(" --install-network <mod> install module from the network where <mod> is LANG:NAME as provided by --list-installable\n");
printf(" --install-zip <path> install module from a zip file\n");