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
commit 71fd568357
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -18,7 +18,7 @@
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__':