From 4aece619ea06f0ecfa07722bf60f44c9470e7568 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 28 Jan 2023 08:34:14 -0500 Subject: Fixed help message --- src/bible.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bible.cc') 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 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= list bible versions available for download and install. Default lists for all languages.\n"); printf(" --install-network install module from the network where is LANG:NAME as provided by --list-installable\n"); printf(" --install-zip install module from a zip file\n"); -- cgit v1.2.3