From 3dc7b805d3c5a5174b7dd431e4ac8099342c664f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 11 Apr 2011 16:44:36 +0000 Subject: -s comes before -t and also add -s to command syntax. Prompted by jmc. --- cmd-detach-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-detach-client.c') 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, -- cgit v1.2.3