diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-10 20:28:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-10 20:28:42 +0000 |
commit | 30573a6acebcd6b23ee0aeaa9046e86139fc66f7 (patch) | |
tree | 0c066acacfea18982e493ceaed4e25121382c879 | |
parent | 119bc8779a9222f1589f2a96a6f88dca9407caaa (diff) | |
download | rtmux-30573a6acebcd6b23ee0aeaa9046e86139fc66f7.tar.gz rtmux-30573a6acebcd6b23ee0aeaa9046e86139fc66f7.tar.bz2 rtmux-30573a6acebcd6b23ee0aeaa9046e86139fc66f7.zip |
Fix usage, from Will Maier.
-rw-r--r-- | cmd-send-keys.c | 4 |
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, |