fix(show_key): fix typo in python exit message

This commit is contained in:
TomJGooding 2025-08-27 21:07:21 +01:00
parent 720319ec8c
commit bec29467c1

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__':