Fix pipe-pane usage.

pull/2851/head
nicm 2021-08-17 19:37:55 +00:00
parent 2b0d798982
commit 66aaa9e484
1 changed files with 1 additions and 1 deletions

View File

@ -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 },