This commit is contained in:
Kovid Goyal 2024-08-18 08:47:48 +05:30
commit 91273276b5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -111,7 +111,7 @@ with the specified identifier is closed.
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