From ca8d1017407984c2b902efffd5032588b4cdc463 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 11 Mar 2020 12:50:34 -0500 Subject: [PATCH] doc: remove unimplemented `-t` arg from `split-pane` (#4888) Fixes #4878 --- doc/user-docs/UsingCommandlineArguments.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/user-docs/UsingCommandlineArguments.md b/doc/user-docs/UsingCommandlineArguments.md index ec0c4a6a21..f75ca7dd63 100644 --- a/doc/user-docs/UsingCommandlineArguments.md +++ b/doc/user-docs/UsingCommandlineArguments.md @@ -41,17 +41,13 @@ same window. #### `split-pane` -`split-pane [--target,-t target-pane] [-H]|[-V] [terminal_parameters]` +`split-pane [-H]|[-V] [terminal_parameters]` Creates a new pane in the currently focused tab by splitting the given pane vertically or horizontally. **Parameters**: -* `--target,-t target-pane`: Creates a new split in the given `target-pane`. - Each pane has a unique index (per-tab) which can be used to identify them. - These indicies are assigned in the order the panes were created. If omitted, - defaults to the index of the currently focused pane. * `-H`, `-V`: Used to indicate which direction to split the pane. `-V` is "vertically" (think `[|]`), and `-H` is "horizontally" (think `[-]`). If omitted, defaults to "auto", which splits the current pane in whatever the