Change option to lowercase

This commit is contained in:
Ivan Habunek 2024-03-09 10:16:41 +01:00
parent 4d5ac3cc4e
commit 3eebbe35c9
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ COLOR_OPTIONS = ", ".join(TUI_COLORS.keys())
help="Default visibility when posting new toots; overrides the server-side preference"
)
@click.option(
"-S", "--always-show-sensitive",
"-s", "--always-show-sensitive",
is_flag=True,
help="Expand toots with content warnings automatically"
)