File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def print_help() -> None:
60
60
"--auth [cyan]<USER PASS>" ,
61
61
"Username and password to include in the request. Specify '-' for the password to use "
62
62
"a password prompt. Note that using --verbose/-v will expose the Authorization "
63
- "header, including the password encoding in a trivially reverisible format." ,
63
+ "header, including the password encoding in a trivially reversible format." ,
64
64
)
65
65
66
66
table .add_row (
@@ -304,7 +304,7 @@ def handle_help(
304
304
"Username and password to include in the request. "
305
305
"Specify '-' for the password to use a password prompt. "
306
306
"Note that using --verbose/-v will expose the Authorization header, "
307
- "including the password encoding in a trivially reverisible format."
307
+ "including the password encoding in a trivially reversible format."
308
308
),
309
309
)
310
310
@click .option (
You can’t perform that action at this time.
0 commit comments