mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Mention the kitty website in kitty --help
This commit is contained in:
10
kitty/cli.py
10
kitty/cli.py
@@ -323,10 +323,12 @@ def wrap(text, limit=80):
|
|||||||
return reversed(lines)
|
return reversed(lines)
|
||||||
|
|
||||||
|
|
||||||
default_msg = (
|
default_msg = ('''\
|
||||||
'Run the :italic:`{appname}` terminal emulator. You can also specify the :italic:`program` to run inside :italic:`{appname}` as normal'
|
Run the :italic:`{appname}` terminal emulator. You can also specify the :italic:`program`
|
||||||
' arguments following the :italic:`options`. For example: {appname} /bin/sh'
|
to run inside :italic:`{appname}` as normal arguments following the :italic:`options`.
|
||||||
).format(appname=appname)
|
For example: {appname} /bin/sh
|
||||||
|
|
||||||
|
For comprehensive documentation for kitty, please visit: https://sw.kovidgoyal.net/kitty''').format(appname=appname)
|
||||||
|
|
||||||
|
|
||||||
def print_help_for_seq(seq, usage, message, appname):
|
def print_help_for_seq(seq, usage, message, appname):
|
||||||
|
|||||||
Reference in New Issue
Block a user