summaryrefslogtreecommitdiffstats
path: root/cmd-display-message.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-12-09 23:17:35 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-12-09 23:17:35 +0000
commit3a0016a78a2d2bc77a4dc52fb03edbaf7b0a1ad3 (patch)
treedf118de7bccc0f781f252a2f93336f4568e9ae62 /cmd-display-message.c
parent3fa4f691e32482b2d07d16be84b6e22657f9c7dd (diff)
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
Diffstat (limited to 'cmd-display-message.c')
-rw-r--r--cmd-display-message.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd-display-message.c b/cmd-display-message.c
index a520e3db..899957f8 100644
--- a/cmd-display-message.c
+++ b/cmd-display-message.c
@@ -32,7 +32,8 @@ enum cmd_retval cmd_display_message_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_display_message_entry = {
"display-message", "display",
"c:pt:F:", 0, 1,
- "[-p] [-c target-client] [-t target-pane] [-F format] [message]",
+ "[-p] [-c target-client] [-F format] " CMD_TARGET_PANE_USAGE
+ " [message]",
0,
NULL,
NULL,