aboutsummaryrefslogtreecommitdiff
path: root/cmd-pipe-pane.c
diff options
context:
space:
mode:
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 71d1e86b..5c8b6a0c 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -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,