Skip to content

Commit

Permalink
Updated help content.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jan 8, 2015
1 parent 62724ab commit e24133b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ module.exports = "bible --help"
+ "\n" + "Bible.JS CLI client. Read the Holy Bible via the command line."
+ "\n" + ""
+ "\n" + "options:"
+ "\n" + " --v, --version print the version"
+ "\n" + " --lang, --language set the Bible language"
+ "\n" + " --onlyVerses prevent showing additional outpt"
+ "\n" + " --s, --search get the verses that match to the string or"
+ "\n" + " regular expression provided"
+ "\n" + " --rc, --resultColor set the result color when searching something"
+ "\n" + " --help print this output"
+ "\n" + " --v, --version prints the tool and the Bible.JS version."
+ "\n" + " --lang, --language sets the language."
+ "\n" + " --onlyVerses doesn't display the table, just the verses."
+ "\n" + " --s, --search gets the verses that match to the string or"
+ "\n" + " regular expression provided."
+ "\n" + " --rc, --resultColor sets the result color when searching something."
+ "\n" + " -h --help prints this output."
+ "\n" + ""
+ "\n" + "references:"
+ "\n" + " - References separated by spaces (see example):"
+ "\n" + " - References separated by spaces (see the examples)."
+ "\n" + ""
+ "\n" + "example:"
+ "\n" + "examples:"
+ "\n" + " bible --lang en 'John 1:1-10' 'Genesis 2:3-7'"
+ "\n" + " bible --lang ro --search 'Meroza'"
+ "\n" + " bible --lang ro --search '/Meroza/gi'"
Expand Down

0 comments on commit e24133b

Please sign in to comment.