diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-10-27 22:41:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-10-27 22:41:03 +0000 |
commit | 0ff42d975bd7bde6f83d2768aeac2e9ed9f0e6b2 (patch) | |
tree | b9f4e52493f486aedcf52677664bf4479110eb71 /cmd-pipe-pane.c | |
parent | 5ed3daf28bc2a2677206425cbdfeda88c8c92624 (diff) | |
download | rtmux-0ff42d975bd7bde6f83d2768aeac2e9ed9f0e6b2.tar.gz rtmux-0ff42d975bd7bde6f83d2768aeac2e9ed9f0e6b2.tar.bz2 rtmux-0ff42d975bd7bde6f83d2768aeac2e9ed9f0e6b2.zip |
Missing -o on usage for pipe-pane, from Tiago Cunha.
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r-- | cmd-pipe-pane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c index 00f0378a..0a52ae5d 100644 --- a/cmd-pipe-pane.c +++ b/cmd-pipe-pane.c @@ -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, |