mirror of
https://github.com/tmux/tmux.git
synced 2025-01-06 07:48:48 +00:00
Missing argument specifier for -c.
This commit is contained in:
parent
7d7d7c9605
commit
4cc6db7281
@ -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]",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user