From f12031e284d1f209a23caab60b29f8e714ba11cc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 13 Jan 2020 12:16:43 +0530 Subject: [PATCH] Make the run-program example a little fancier --- kitty/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/cli.py b/kitty/cli.py index a9f3c3374..9eda6269d 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -223,7 +223,7 @@ def get_defaults_from_seq(seq): default_msg = ('''\ 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`. -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)