Update of /cvsroot/tmux/tmux
In directory vz-cvs-2.sog:/tmp/cvs-serv27821

Modified Files:
        cmd-detach-client.c tmux.1 
Log Message:
|PatchSet 889
|Date: 2011/04/11 17:44:36
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|-s comes before -t and also add -s to command syntax. Prompted by jmc.



Index: cmd-detach-client.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-detach-client.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cmd-detach-client.c 11 Apr 2011 06:44:56 -0000      1.14
+++ cmd-detach-client.c 18 Apr 2011 21:06:25 -0000      1.15
@@ -29,7 +29,7 @@
 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,



------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to