Docs: fix remote control launch command description

This commit is contained in:
pagedown 2021-11-30 18:35:36 +08:00
parent d372b27ccd
commit 8685558a2a
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -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`.'