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

Diff for /src/usr.bin/tmux/cmd-source-file.c between version 1.50 and 1.51

version 1.50, 2021/08/20 19:50:17 version 1.51, 2021/08/21 10:22:39
Line 36 
Line 36 
         .name = "source-file",          .name = "source-file",
         .alias = "source",          .alias = "source",
   
         .args = { "Fnqv", 1, -1 },          .args = { "Fnqv", 1, -1, NULL },
         .usage = "[-Fnqv] path ...",          .usage = "[-Fnqv] path ...",
   
         .flags = 0,          .flags = 0,

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51