Merge branch 'fix-show-key-typo' of https://github.com/TomJGooding/kitty

This commit is contained in:
Kovid Goyal
2025-08-28 08:14:48 +05:30

View File

@@ -18,7 +18,7 @@ usage = ''
def main(args: list[str]) -> None:
raise SystemExit('This should be reun as kitten show_key')
raise SystemExit('This should be run as kitten show_key')
if __name__ == '__main__':