mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Docs: fix remote control launch command description
This commit is contained in:
parent
d372b27ccd
commit
8685558a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue