From 9a6e7e4cdf8fd8fc463c796b05192606b38f9c1f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 7 Jan 2025 11:55:07 +0530 Subject: [PATCH] ... --- kittens/query_terminal/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/query_terminal/main.py b/kittens/query_terminal/main.py index db56e01349..e256895d81 100644 --- a/kittens/query_terminal/main.py +++ b/kittens/query_terminal/main.py @@ -230,7 +230,7 @@ def get_result(opts: Options, window_id: int, os_window_id: int) -> str: @query class OSName(Query): name: str = 'os_name' - help_text: str = f'The name of the OS the terminal is running on. Kitty returns values: {", ".join(sorted(get_args(OSNames)))}' + help_text: str = f'The name of the OS the terminal is running on. kitty returns values: {", ".join(sorted(get_args(OSNames)))}' @staticmethod def get_result(opts: Options, window_id: int, os_window_id: int) -> OSNames: