From ed3743982dd5a73f1ed194281499d02f94b0e9ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Dec 2025 17:09:49 +0530 Subject: [PATCH] ... --- kitty/simple_cli_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/simple_cli_definitions.py b/kitty/simple_cli_definitions.py index af40b4614..4b273592c 100644 --- a/kitty/simple_cli_definitions.py +++ b/kitty/simple_cli_definitions.py @@ -486,7 +486,7 @@ def kitty_options_spec() -> str: choices=normal,fullscreen,maximized,minimized,hidden Control how the initial kitty OS window is created. Note that this is applies to all OS Windows if you use the :option:`{appname} --session` -option to create multiple OS Windows. Any OS Windows state in +option to create multiple OS Windows. Any OS Windows state specified in the session file gets overriden.