[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.1 and 1.2

version 1.1, 2012/07/08 16:04:38 version 1.2, 2012/07/09 07:08:03
Line 41 
Line 41 
 const struct cmd_entry cmd_choose_tree_entry = {  const struct cmd_entry cmd_choose_tree_entry = {
         "choose-tree", NULL,          "choose-tree", NULL,
         "S:W:swb:c:t:", 0, 1,          "S:W:swb:c:t:", 0, 1,
         "[-SW] [-s format] [-w format ] [-b session template] " \          "[-sw] [-b session-template] [-c window template] [-S format] " \
         "[-c window template] " CMD_TARGET_WINDOW_USAGE,          "[-W format] " CMD_TARGET_WINDOW_USAGE,
         0,          0,
         NULL,          NULL,
         NULL,          NULL,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2