From 8685558a2a60e6ee333113f50f01add9e0d7142e Mon Sep 17 00:00:00 2001 From: pagedown Date: Tue, 30 Nov 2021 18:35:36 +0800 Subject: [PATCH] Docs: fix remote control launch command description --- kitty/rc/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/launch.py b/kitty/rc/launch.py index 77098dd62..e90337351 100644 --- a/kitty/rc/launch.py +++ b/kitty/rc/launch.py @@ -45,7 +45,7 @@ class Launch(RemoteCommand): short_desc = 'Run an arbitrary process in a new window/tab' desc = ( - ' Prints out the id of the newly opened window. Any command line arguments' + 'Prints out the id of the newly opened window. Any command line arguments' ' are assumed to be the command line used to run in the new window, if none' ' are provided, the default shell is run. For example:' ' :code:`kitty @ launch --title Email mutt`.'