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] [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

View file

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