mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
fix(show_key): fix typo in python exit message
This commit is contained in:
parent
720319ec8c
commit
bec29467c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue