fix help
This commit is contained in:
parent
ddc7644ad5
commit
5e52091fb6
2 changed files with 2 additions and 3 deletions
|
@ -40,8 +40,7 @@ Options:
|
||||||
[required]
|
[required]
|
||||||
-p, --cse-password TEXT Nextcloud user's end-to-end encryption
|
-p, --cse-password TEXT Nextcloud user's end-to-end encryption
|
||||||
password
|
password
|
||||||
-t, --timeout INTEGER Nextcloud user's end-to-end encryption
|
-t, --timeout INTEGER Timeout for HTTPS requests
|
||||||
password
|
|
||||||
-c, --cache-duration INTEGER Number of seconds to hold the list of
|
-c, --cache-duration INTEGER Number of seconds to hold the list of
|
||||||
passwords
|
passwords
|
||||||
-P, --https-proxy TEXT HTTPS proxy to use to connect to the
|
-P, --https-proxy TEXT HTTPS proxy to use to connect to the
|
||||||
|
|
|
@ -1270,7 +1270,7 @@ class NcPasswordClient:
|
||||||
'--timeout', '-t',
|
'--timeout', '-t',
|
||||||
default=10,
|
default=10,
|
||||||
type=click.INT,
|
type=click.INT,
|
||||||
help='Nextcloud user\'s end-to-end encryption password'
|
help='Timeout for HTTPS requests'
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'--cache-duration', '-c',
|
'--cache-duration', '-c',
|
||||||
|
|
Loading…
Reference in a new issue