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]
|
||||
-p, --cse-password TEXT Nextcloud user's end-to-end encryption
|
||||
password
|
||||
-t, --timeout INTEGER Nextcloud user's end-to-end encryption
|
||||
password
|
||||
-t, --timeout INTEGER Timeout for HTTPS requests
|
||||
-c, --cache-duration INTEGER Number of seconds to hold the list of
|
||||
passwords
|
||||
-P, --https-proxy TEXT HTTPS proxy to use to connect to the
|
||||
|
|
|
@ -1270,7 +1270,7 @@ class NcPasswordClient:
|
|||
'--timeout', '-t',
|
||||
default=10,
|
||||
type=click.INT,
|
||||
help='Nextcloud user\'s end-to-end encryption password'
|
||||
help='Timeout for HTTPS requests'
|
||||
)
|
||||
@click.option(
|
||||
'--cache-duration', '-c',
|
||||
|
|
Loading…
Reference in a new issue