Change option to lowercase

pull/474/head
Ivan Habunek 2024-03-09 10:16:41 +01:00
rodzic 4d5ac3cc4e
commit 3eebbe35c9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"
)