diff options
-rw-r--r-- | cmd-detach-client.c | 4 | ||||
-rw-r--r-- | tmux.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cmd-detach-client.c b/cmd-detach-client.c index 66ed67bb..38e4db6a 100644 --- a/cmd-detach-client.c +++ b/cmd-detach-client.c @@ -1,4 +1,4 @@ -/* $Id: cmd-detach-client.c,v 1.14 2011-04-11 06:44:56 nicm Exp $ */ +/* $Id: cmd-detach-client.c,v 1.15 2011-04-18 21:06:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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, @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.305 2011-04-18 21:05:24 nicm Exp $ +.\" $Id: tmux.1,v 1.306 2011-04-18 21:06:25 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" |