Fix typo in notify kitten usage
This commit is contained in:
parent
519b4e43a2
commit
8a98b3f4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ def OPTIONS() -> str:
|
|||
|
||||
usage = 'TITLE [BODY ...]'
|
||||
if __name__ == '__main__':
|
||||
raise SystemExit('This should be run as kitten clipboard')
|
||||
raise SystemExit('This should be run as `kitten notify ...`')
|
||||
elif __name__ == '__doc__':
|
||||
cd = sys.cli_docs # type: ignore
|
||||
cd['usage'] = usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue