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

Diff for /src/usr.bin/tmux/cmd-wait-for.c between version 1.21 and 1.22

version 1.21, 2021/08/20 19:50:17 version 1.22, 2021/08/21 10:22:39
Line 34 
Line 34 
         .name = "wait-for",          .name = "wait-for",
         .alias = "wait",          .alias = "wait",
   
         .args = { "LSU", 1, 1 },          .args = { "LSU", 1, 1, NULL },
         .usage = "[-L|-S|-U] channel",          .usage = "[-L|-S|-U] channel",
   
         .flags = 0,          .flags = 0,

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22