README: update

This commit is contained in:
0x1eef 2023-03-27 01:52:31 -03:00
parent 696f2f106a
commit 50ca185c51
2 changed files with 7 additions and 6 deletions

View file

@ -42,11 +42,12 @@ the content of The Quran in multiple languages.
*Usage*
<pre>
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)
-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>

View file

@ -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