Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 7, 2025
1 parent d7207ed commit 9a6e7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kittens/query_terminal/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a6e7e4

Please sign in to comment.