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 e24133b commit ec2b456
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ usage: bible [options] [reference1, reference2, ...]
Bible.JS CLI client. Read the Holy Bible via the command line.

options:
--v, --version print the version
--lang, --language set the Bible language
--onlyVerses prevent showing additional outpt
--s, --search get the verses that match to the string or
regular expression provided
--rc, --resultColor set the result color when searching something
--help print this output
--v, --version prints the tool and the Bible.JS version.
--lang, --language sets the language.
--onlyVerses doesn't display the table, just the verses.
--s, --search gets the verses that match to the string or
regular expression provided.
--rc, --resultColor sets the result color when searching something.
-h --help prints this output.
references:
- References separated by spaces (see example):
- References separated by spaces (see the examples).
example:
examples:
bible --lang en 'John 1:1-10' 'Genesis 2:3-7'
bible --lang ro --search 'Meroza'
bible --lang ro --search '/Meroza/gi'
Expand Down

0 comments on commit ec2b456

Please sign in to comment.