mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 18:16:28 +00:00
doc: fix typo in UsingCommandlineArguments.md (#5714)
This commit is contained in:
committed by
GitHub
parent
6cbc2e5fa4
commit
8a15b2f69b
@@ -125,7 +125,7 @@ This creates a new Windows Terminal window with one tab, and 3 panes:
|
||||
* `split-pane -p "Windows PowerShell"`: This will create a new pane, split from
|
||||
the parent with the default profile. This pane will open with the "Windows
|
||||
PowerShell" profile
|
||||
* `split-pane -H wsl.exe`: This will create a third pane, slit _horizontally_
|
||||
* `split-pane -H wsl.exe`: This will create a third pane, split _horizontally_
|
||||
from the "Windows PowerShell" pane. It will be running the default profile,
|
||||
and will use `wsl.exe` as the commandline (instead of the default profile's
|
||||
`commandline`).
|
||||
|
||||
Reference in New Issue
Block a user