summaryrefslogtreecommitdiffstats
path: root/cmd-pipe-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-10-27 22:41:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-10-27 22:41:03 +0000
commit0ff42d975bd7bde6f83d2768aeac2e9ed9f0e6b2 (patch)
treeb9f4e52493f486aedcf52677664bf4479110eb71 /cmd-pipe-pane.c
parent5ed3daf28bc2a2677206425cbdfeda88c8c92624 (diff)
Missing -o on usage for pipe-pane, from Tiago Cunha.
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r--cmd-pipe-pane.c2
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,