mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Fix typo in notify kitten usage
This commit is contained in:
@@ -111,7 +111,7 @@ with the specified identifier is closed.
|
|||||||
|
|
||||||
usage = 'TITLE [BODY ...]'
|
usage = 'TITLE [BODY ...]'
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
raise SystemExit('This should be run as kitten clipboard')
|
raise SystemExit('This should be run as `kitten notify ...`')
|
||||||
elif __name__ == '__doc__':
|
elif __name__ == '__doc__':
|
||||||
cd = sys.cli_docs # type: ignore
|
cd = sys.cli_docs # type: ignore
|
||||||
cd['usage'] = usage
|
cd['usage'] = usage
|
||||||
|
|||||||
Reference in New Issue
Block a user