This commit is contained in:
Tom Christie 2021-09-14 12:48:06 +01:00 committed by GitHub
parent 7e01677f0a
commit d41840e18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ def print_help() -> None:
"--auth [cyan]<USER PASS>",
"Username and password to include in the request. Specify '-' for the password to use "
"a password prompt. Note that using --verbose/-v will expose the Authorization "
"header, including the password encoding in a trivially reverisible format.",
"header, including the password encoding in a trivially reversible format.",
)
table.add_row(
@ -304,7 +304,7 @@ def handle_help(
"Username and password to include in the request. "
"Specify '-' for the password to use a password prompt. "
"Note that using --verbose/-v will expose the Authorization header, "
"including the password encoding in a trivially reverisible format."
"including the password encoding in a trivially reversible format."
),
)
@click.option(