mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
fix(show_key): fix typo in python exit message
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user