mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +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 ...]'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user