This commit is contained in:
Antonio J. Delgado 2024-11-16 23:11:54 +02:00
parent ddc7644ad5
commit 5e52091fb6
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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',