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*
|
||||||
|
|
||||||
Usage: quran-json pull [OPTIONS]
|
<pre>
|
||||||
-l, --locale LOCALE ar, en, pt, fa, nl, fr, or it (default: en)
|
Usage: quran-json pull [OPTIONS]
|
||||||
-r, --replace Replace existing JSON files (default: no)
|
-l, --locale LOCALE A locale (eg 'en')
|
||||||
-u, --update Replace surah metadata with an updated copy (implies -r, default: no)
|
-r, --replace Replace existing JSON files
|
||||||
|
-u, --update Update surah metadata
|
||||||
|
</pre>
|
||||||
|
|
||||||
<p align="left">
|
<p align="left">
|
||||||
<strong>Thanks</strong>
|
<strong>Thanks</strong>
|
||||||
|
|
|
@ -32,7 +32,7 @@ module Quran::JSON::Cmd
|
||||||
[
|
[
|
||||||
["-l", "--locale LOCALE", "A locale (eg 'en')"],
|
["-l", "--locale LOCALE", "A locale (eg 'en')"],
|
||||||
["-r", "--replace", "Replace existing JSON files"],
|
["-r", "--replace", "Replace existing JSON files"],
|
||||||
["-u", "--update", "Replace surah metadata"]
|
["-u", "--update", "Update surah metadata"]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue