summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 11:46:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 11:46:43 +0100
commitdf05ed6f269050d5c792f23c18ab7ddaa7e607a8 (patch)
treea7087d1976d64080c487905cf022ad3feadd2bb7
parentc1a468907274a8489f24265e273620a8d0ccf1e8 (diff)
more help
-rwxr-xr-xbin/updater.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/updater.py b/bin/updater.py
index a88cbeb94..47f8b1549 100755
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -157,7 +157,8 @@ def main():
help='Path to config file where all parameters except can be defined \
as key values pair. An example is in bin/example_config.ini')
parser.add_argument('--user', '-u',
- help='Admin username to log into ownCloud')
+ help='Admin username to log into ownCloud. Must be specified on the \
+ command line or in the config file.')
parser.add_argument('--password', '-p',
help='Admin password to log into ownCloud')
parser.add_argument('url',