mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Merge branch 'patch-1' of https://github.com/jaywonchung/kitty
This commit is contained in:
commit
91273276b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue