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 <dev@bernhard-posselt.com>2016-06-03 02:37:20 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 02:37:20 +0300
commit00c355565ef73acc5163e810b92abea8d5721af0 (patch)
tree6c10895fd3540edbdbdf12cfb4701dce660b775c
parent4816dbe8b6030d3b28acc8c5ab9eced9b5570183 (diff)
move to nextcloud
-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. '