[BACK]Return to cmd-detach-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-detach-client.c between version 1.8 and 1.9

version 1.8, 2011/04/11 06:44:39 version 1.9, 2011/04/11 16:44:36
Line 29 
Line 29 
 const struct cmd_entry cmd_detach_client_entry = {  const struct cmd_entry cmd_detach_client_entry = {
         "detach-client", "detach",          "detach-client", "detach",
         "s:t:P", 0, 0,          "s:t:P", 0, 0,
         "[-P] " CMD_TARGET_CLIENT_USAGE,          "[-P] [-s target-session] " CMD_TARGET_CLIENT_USAGE,
         CMD_READONLY,          CMD_READONLY,
         NULL,          NULL,
         NULL,          NULL,

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9