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:
-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 ca837d2..1de35ff 100644
--- a/nextcloud_news_updater/common/argumentparser.py
+++ b/nextcloud_news_updater/common/argumentparser.py
@@ -61,8 +61,8 @@ class ArgumentParser:
choices=['endless', 'singlerun'])
self.parser.add_argument('url',
help='The URL or absolute path to the '
- 'directory where owncloud is installed. '
- 'Must be specified on the command line '
+ 'directory where Nextcloud is installed.'
+ ' Must be specified on the command line '
'or in the config file. If the URL '
'starts with http:// or https://, a '
'user and password are required. '