1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Missing -o on usage for pipe-pane, from Tiago Cunha.

This commit is contained in:
Nicholas Marriott 2011-10-27 22:41:03 +00:00
parent 5ed3daf28b
commit 0ff42d975b

View File

@ -39,7 +39,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,