mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Fix pipe-pane usage.
This commit is contained in:
@ -45,7 +45,7 @@ const struct cmd_entry cmd_pipe_pane_entry = {
|
|||||||
.alias = "pipep",
|
.alias = "pipep",
|
||||||
|
|
||||||
.args = { "IOot:", 0, 1 },
|
.args = { "IOot:", 0, 1 },
|
||||||
.usage = "[-IOo] " CMD_TARGET_PANE_USAGE " [command]",
|
.usage = "[-IOo] " CMD_TARGET_PANE_USAGE " [shell-command]",
|
||||||
|
|
||||||
.target = { 't', CMD_FIND_PANE, 0 },
|
.target = { 't', CMD_FIND_PANE, 0 },
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user