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

Diff for /src/usr.bin/tmux/cmd-choose-tree.c between version 1.16 and 1.17

version 1.16, 2013/03/21 16:09:59 version 1.17, 2013/03/21 16:17:35
Line 37 
Line 37 
 const struct cmd_entry cmd_choose_tree_entry = {  const struct cmd_entry cmd_choose_tree_entry = {
         "choose-tree", NULL,          "choose-tree", NULL,
         "S:W:swub:c:t:", 0, 1,          "S:W:swub:c:t:", 0, 1,
         "[-swu] [-b session-template] [-c window template] [-S format] " \          "[-suw] [-b session-template] [-c window template] [-S format] " \
         "[-W format] " CMD_TARGET_WINDOW_USAGE,          "[-W format] " CMD_TARGET_WINDOW_USAGE,
         0,          0,
         NULL,          NULL,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17