Merge branch 'fix-show-key-typo' of https://github.com/TomJGooding/kitty
This commit is contained in:
commit
71fd568357
1 changed files with 1 additions and 1 deletions
|
|
@ -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__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue