diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-02 21:36:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-02 21:36:51 +0000 |
commit | 95cc21c25180d0f2e7b488983e3078834343d162 (patch) | |
tree | 5a934b9788ab33cd06d41c3216ab7524bf464766 /cmd-send-keys.c | |
parent | 259dcbbc9326689ab7e982a73ebbeff947f7260f (diff) | |
download | rtmux-95cc21c25180d0f2e7b488983e3078834343d162.tar.gz rtmux-95cc21c25180d0f2e7b488983e3078834343d162.tar.bz2 rtmux-95cc21c25180d0f2e7b488983e3078834343d162.zip |
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
Diffstat (limited to 'cmd-send-keys.c')
-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 842dfed1..b27abe08 100644 --- a/cmd-send-keys.c +++ b/cmd-send-keys.c @@ -1,4 +1,4 @@ -/* $Id: cmd-send-keys.c,v 1.3 2008-06-02 21:08:36 nicm Exp $ */ +/* $Id: cmd-send-keys.c,v 1.4 2008-06-02 21:36:51 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -40,7 +40,7 @@ struct cmd_send_keys_data { }; const struct cmd_entry cmd_send_keys_entry = { - "send-keys", "send", "[-c client-name] key ...", + "send-keys", "send", "[-c client-tty] key ...", 0, cmd_send_keys_parse, cmd_send_keys_exec, |