summaryrefslogtreecommitdiffstats
path: root/cmd-send-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-10 20:28:42 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-10 20:28:42 +0000
commit30573a6acebcd6b23ee0aeaa9046e86139fc66f7 (patch)
tree0c066acacfea18982e493ceaed4e25121382c879 /cmd-send-keys.c
parent119bc8779a9222f1589f2a96a6f88dca9407caaa (diff)
Fix usage, from Will Maier.
Diffstat (limited to 'cmd-send-keys.c')
-rw-r--r--cmd-send-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-send-keys.c b/cmd-send-keys.c
index 20ed38b7..ea4d0e4e 100644
--- a/cmd-send-keys.c
+++ b/cmd-send-keys.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-send-keys.c,v 1.11 2008-06-05 21:54:47 nicm Exp $ */
+/* $Id: cmd-send-keys.c,v 1.12 2008-06-10 20:28:42 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -43,7 +43,7 @@ struct cmd_send_keys_data {
const struct cmd_entry cmd_send_keys_entry = {
"send-keys", "send",
- "[-c client-tty|-s session-name] [-i index] key ...",
+ "[-t target-window] key ...",
0,
NULL,
cmd_send_keys_parse,