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

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