summaryrefslogtreecommitdiffstats
path: root/cmd-display-message.c
diff options
context:
space:
mode:
authornicm <nicm>2021-08-14 08:06:37 +0000
committernicm <nicm>2021-08-14 08:06:37 +0000
commit4cc6db7281e2b640c71c01446b2204d4cc1a5d15 (patch)
tree6ec30daa80cb07f28604b54bf473df5a15f4e6d6 /cmd-display-message.c
parent7d7d7c960593de4c37962ca2d74dbd13e5a3cc2b (diff)
Missing argument specifier for -c.
Diffstat (limited to 'cmd-display-message.c')
-rw-r--r--cmd-display-message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-display-message.c b/cmd-display-message.c
index 0522d37f..8fd6a8ff 100644
--- a/cmd-display-message.c
+++ b/cmd-display-message.c
@@ -39,7 +39,7 @@ const struct cmd_entry cmd_display_message_entry = {
.name = "display-message",
.alias = "display",
- .args = { "acd:INpt:F:v", 0, 1 },
+ .args = { "ac:d:INpt:F:v", 0, 1 },
.usage = "[-aINpv] [-c target-client] [-d delay] [-F format] "
CMD_TARGET_PANE_USAGE " [message]",