Sync OpenBSD patchset 973:

Missing -o on usage for pipe-pane, from Tiago Cunha.
pull/1/head
Tiago Cunha 2011-10-31 13:55:43 +00:00
parent 3f5ec24b5a
commit b44f78fe9f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void cmd_pipe_pane_error_callback(struct bufferevent *, short, void *);
const struct cmd_entry cmd_pipe_pane_entry = {
"pipe-pane", "pipep",
"ot:", 0, 1,
CMD_TARGET_PANE_USAGE "[-o] [command]",
"[-o] " CMD_TARGET_PANE_USAGE " [command]",
0,
NULL,
NULL,