Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2020-11-27 17:07:44 +0300
committerGitHub <noreply@github.com>2020-11-27 17:07:44 +0300
commit955b021bb31b0d44295080c6f669ca4536d0a8e5 (patch)
tree8b40639c512ccaf24cfb2047f64a5c98bf5d3949
parent8cec1653e2035813d8cef116635aa29feeaa37da (diff)
Update argumentparser.py
-rw-r--r--nextcloud_news_updater/common/argumentparser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextcloud_news_updater/common/argumentparser.py b/nextcloud_news_updater/common/argumentparser.py
index 23c9733..72da9c2 100644
--- a/nextcloud_news_updater/common/argumentparser.py
+++ b/nextcloud_news_updater/common/argumentparser.py
@@ -34,8 +34,8 @@ class ArgumentParser:
self.parser.add_argument('--config', '-c',
help='Path to config file where all '
'parameters except can be defined as '
- 'key values pair. An example is in '
- 'bin/example_config.ini')
+ 'key values pair. See the '
+ 'README.rst for more information')
self.parser.add_argument('--phpini', '-P',
help='Custom absolute path to the php.ini '
'file to use for the command line '