Make the run-program example a little fancier

This commit is contained in:
Kovid Goyal 2020-01-13 12:16:43 +05:30
parent df551bc992
commit f12031e284
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -223,7 +223,7 @@ def get_defaults_from_seq(seq):
default_msg = ('''\ default_msg = ('''\
Run the :italic:`{appname}` terminal emulator. You can also specify the :italic:`program` Run the :italic:`{appname}` terminal emulator. You can also specify the :italic:`program`
to run inside :italic:`{appname}` as normal arguments following the :italic:`options`. to run inside :italic:`{appname}` as normal arguments following the :italic:`options`.
For example: {appname} /bin/sh For example: {appname} sh -c "echo hello, world. Press ENTER to quit; read"
For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty/''').format(appname=appname) For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty/''').format(appname=appname)