diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-04-11 16:44:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-04-11 16:44:36 +0000 |
commit | 3dc7b805d3c5a5174b7dd431e4ac8099342c664f (patch) | |
tree | 613bd05cf49a1e7e005e004e4625ca9bb5d7591a /cmd-detach-client.c | |
parent | 735f87bc668f72fa8c62e579fda82cca2a27f48e (diff) | |
download | rtmux-3dc7b805d3c5a5174b7dd431e4ac8099342c664f.tar.gz rtmux-3dc7b805d3c5a5174b7dd431e4ac8099342c664f.tar.bz2 rtmux-3dc7b805d3c5a5174b7dd431e4ac8099342c664f.zip |
-s comes before -t and also add -s to command syntax. Prompted by jmc.
Diffstat (limited to 'cmd-detach-client.c')
-rw-r--r-- | cmd-detach-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-detach-client.c b/cmd-detach-client.c index b9a2a910..d8642757 100644 --- a/cmd-detach-client.c +++ b/cmd-detach-client.c @@ -29,7 +29,7 @@ int cmd_detach_client_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_detach_client_entry = { "detach-client", "detach", "s:t:P", 0, 0, - "[-P] " CMD_TARGET_CLIENT_USAGE, + "[-P] [-s target-session] " CMD_TARGET_CLIENT_USAGE, CMD_READONLY, NULL, NULL, |