Missing argument specifier for -c.

pull/2824/head
nicm 2021-08-14 08:06:37 +00:00
parent 7d7d7c9605
commit 4cc6db7281
1 changed files with 1 additions and 1 deletions

View File

@ -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]",