From 50ca185c510997cdc56b00fdb02ae35261f5ee26 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 27 Mar 2023 01:52:31 -0300 Subject: [PATCH] README: update --- README.md | 11 ++++++----- lib/quran-json/quran/json/cmd/pull.rb | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 97f8f33..eae9811 100644 --- a/README.md +++ b/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) - +
+Usage: quran-json pull [OPTIONS]
+  -l, --locale LOCALE    A locale (eg 'en')
+  -r, --replace          Replace existing JSON files
+  -u, --update           Update surah metadata
+

Thanks diff --git a/lib/quran-json/quran/json/cmd/pull.rb b/lib/quran-json/quran/json/cmd/pull.rb index 6722c1a..20f487f 100644 --- a/lib/quran-json/quran/json/cmd/pull.rb +++ b/lib/quran-json/quran/json/cmd/pull.rb @@ -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