diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bible.cc | 2 |
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"); |