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 @@
|
|||
|
||||
|
||||
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