From 084881664439ddf0784a8eb0a162cf42c64c37cb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Jun 2018 21:03:02 +0530 Subject: [PATCH] ... --- kitty/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/cli.py b/kitty/cli.py index 74c7b1df4..ce51e0293 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -93,7 +93,7 @@ in the first :italic:`{appname}` instance within that group --wait-for-single-instance-window-close type=bool-set -Normally, when using :option:`--single-instance`, :talic:`{appname}` will open a new window in an existing +Normally, when using :option:`--single-instance`, :italic:`{appname}` will open a new window in an existing instance and quit immediately. With this option, it will not quit till the newly opened window is closed. Note that if no previous instance is found, then :italic:`{appname}` will wait anyway, regardless of this option.