mirror of
https://github.com/ihabunek/toot
synced 2025-01-09 16:22:30 +01:00
Change option to lowercase
This commit is contained in:
parent
4d5ac3cc4e
commit
3eebbe35c9
@ -30,7 +30,7 @@ COLOR_OPTIONS = ", ".join(TUI_COLORS.keys())
|
|||||||
help="Default visibility when posting new toots; overrides the server-side preference"
|
help="Default visibility when posting new toots; overrides the server-side preference"
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"-S", "--always-show-sensitive",
|
"-s", "--always-show-sensitive",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
help="Expand toots with content warnings automatically"
|
help="Expand toots with content warnings automatically"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user