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

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.141 and 1.142

version 1.141, 2021/08/20 19:50:16 version 1.142, 2021/08/21 10:22:39
Line 39 
Line 39 
         .name = "new-session",          .name = "new-session",
         .alias = "new",          .alias = "new",
   
         .args = { "Ac:dDe:EF:f:n:Ps:t:x:Xy:", 0, -1 },          .args = { "Ac:dDe:EF:f:n:Ps:t:x:Xy:", 0, -1, NULL },
         .usage = "[-AdDEPX] [-c start-directory] [-e environment] [-F format] "          .usage = "[-AdDEPX] [-c start-directory] [-e environment] [-F format] "
                  "[-f flags] [-n window-name] [-s session-name] "                   "[-f flags] [-n window-name] [-s session-name] "
                  CMD_TARGET_SESSION_USAGE " [-x width] [-y height] [command]",                   CMD_TARGET_SESSION_USAGE " [-x width] [-y height] [command]",
Line 54 
Line 54 
         .name = "has-session",          .name = "has-session",
         .alias = "has",          .alias = "has",
   
         .args = { "t:", 0, 0 },          .args = { "t:", 0, 0, NULL },
         .usage = CMD_TARGET_SESSION_USAGE,          .usage = CMD_TARGET_SESSION_USAGE,
   
         .target = { 't', CMD_FIND_SESSION, 0 },          .target = { 't', CMD_FIND_SESSION, 0 },

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142