summaryrefslogtreecommitdiffstats
path: root/cmd-send-keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-send-keys.c')
-rw-r--r--cmd-send-keys.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd-send-keys.c b/cmd-send-keys.c
index fe202335..ddbab6f7 100644
--- a/cmd-send-keys.c
+++ b/cmd-send-keys.c
@@ -33,8 +33,9 @@ const struct cmd_entry cmd_send_keys_entry = {
.name = "send-keys",
.alias = "send",
- .args = { "HlXRMN:t:", 0, -1 },
- .usage = "[-HlXRM] [-N repeat-count] " CMD_TARGET_PANE_USAGE " key ...",
+ .args = { "FHlMN:Rt:X", 0, -1 },
+ .usage = "[-FHlMRX] [-N repeat-count] " CMD_TARGET_PANE_USAGE
+ " key ...",
.target = { 't', CMD_FIND_PANE, 0 },