From cef3d51ef2da06a235afbf650e4f9fb39de2d67b Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 31 Jul 2025 09:51:49 +0200 Subject: [PATCH] Remove duplicate -s option from toot tui --- toot/cli/tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toot/cli/tui.py b/toot/cli/tui.py index 12c82fd..91327d5 100644 --- a/toot/cli/tui.py +++ b/toot/cli/tui.py @@ -25,7 +25,7 @@ COLOR_OPTIONS = ", ".join(TUI_COLORS.keys()) using --color, and 1 if using --no-color.""" ) @click.option( - "-s", "--cache-size", + "--cache-size", callback=validate_cache_size, help="""Specify the image cache maximum size in megabytes. Default: 10MB. Minimum: 1MB."""