diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-23 22:26:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-23 22:26:52 +0000 |
commit | fc7953f05f3940d0b9326ebab940747259d01ab0 (patch) | |
tree | e411005db97067352c2d6c1253003fa534ae4d0f | |
parent | 59da4dce674ad2b082b9300aaee9edf3091574da (diff) | |
download | rtmux-fc7953f05f3940d0b9326ebab940747259d01ab0.tar.gz rtmux-fc7953f05f3940d0b9326ebab940747259d01ab0.tar.bz2 rtmux-fc7953f05f3940d0b9326ebab940747259d01ab0.zip |
Fix usage.
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | cmd-switch-client.c | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -71,13 +71,14 @@ - tidy up window modes - support \033_string\033\\ for window title too - list-keys should be sorted -- document buffer stuff - copy-mode enhancements: next word etc etc - problems with force-width when wrapping line in emacs? - command history for command-prompt. better tab completion - options parsing could be much more generic, opening the way for abbreviation and tab completion of option names -- document list-commands +--- +- document list-commands. document switch-client +- document buffer stuff --- save-buffer -b number filename load-buffer -b number filename diff --git a/cmd-switch-client.c b/cmd-switch-client.c index d7e14b76..3a458746 100644 --- a/cmd-switch-client.c +++ b/cmd-switch-client.c @@ -1,4 +1,4 @@ -/* $Id: cmd-switch-client.c,v 1.10 2008-06-18 22:21:51 nicm Exp $ */ +/* $Id: cmd-switch-client.c,v 1.11 2008-06-23 22:26:52 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -42,7 +42,7 @@ struct cmd_switch_client_data { const struct cmd_entry cmd_switch_client_entry = { "switch-client", "switchc", - "[-c client-tty] [-t target-session]", + "[-c target-client] [-t target-session]", 0, NULL, cmd_switch_client_parse, |