From df05ed6f269050d5c792f23c18ab7ddaa7e607a8 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 17 Nov 2014 11:46:43 +0100 Subject: more help --- bin/updater.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- cgit v1.2.3