mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Fix pipe-pane usage.
This commit is contained in:
parent
2b0d798982
commit
66aaa9e484
@ -45,7 +45,7 @@ const struct cmd_entry cmd_pipe_pane_entry = {
|
||||
.alias = "pipep",
|
||||
|
||||
.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 },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user