Fix typo in notify kitten usage

This commit is contained in:
Jae-Won Chung 2024-08-17 22:08:15 -04:00 committed by GitHub
parent 519b4e43a2
commit 8a98b3f4ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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