README: update
This commit is contained in:
parent
696f2f106a
commit
50ca185c51
2 changed files with 7 additions and 6 deletions
11
README.md
11
README.md
|
@ -42,11 +42,12 @@ the content of The Quran in multiple languages.
|
|||
|
||||
*Usage*
|
||||
|
||||
Usage: quran-json pull [OPTIONS]
|
||||
-l, --locale LOCALE ar, en, pt, fa, nl, fr, or it (default: en)
|
||||
-r, --replace Replace existing JSON files (default: no)
|
||||
-u, --update Replace surah metadata with an updated copy (implies -r, default: no)
|
||||
|
||||
<pre>
|
||||
Usage: quran-json pull [OPTIONS]
|
||||
-l, --locale LOCALE A locale (eg 'en')
|
||||
-r, --replace Replace existing JSON files
|
||||
-u, --update Update surah metadata
|
||||
</pre>
|
||||
|
||||
<p align="left">
|
||||
<strong>Thanks</strong>
|
||||
|
|
|
@ -32,7 +32,7 @@ module Quran::JSON::Cmd
|
|||
[
|
||||
["-l", "--locale LOCALE", "A locale (eg 'en')"],
|
||||
["-r", "--replace", "Replace existing JSON files"],
|
||||
["-u", "--update", "Replace surah metadata"]
|
||||
["-u", "--update", "Update surah metadata"]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue