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

Diff for /src/usr.bin/tmux/cmd-show-environment.c between version 1.27 and 1.28

version 1.27, 2021/08/20 19:50:17 version 1.28, 2021/08/21 10:22:39
Line 38 
Line 38 
         .name = "show-environment",          .name = "show-environment",
         .alias = "showenv",          .alias = "showenv",
   
         .args = { "hgst:", 0, 1 },          .args = { "hgst:", 0, 1, NULL },
         .usage = "[-hgs] " CMD_TARGET_SESSION_USAGE " [name]",          .usage = "[-hgs] " CMD_TARGET_SESSION_USAGE " [name]",
   
         .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_SESSION, CMD_FIND_CANFAIL },

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28