=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-choose-tree.c,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/usr.bin/tmux/cmd-choose-tree.c 2017/08/09 11:43:45 1.38 --- src/usr.bin/tmux/cmd-choose-tree.c 2017/08/23 09:39:11 1.39 *************** *** 1,4 **** ! /* $OpenBSD: cmd-choose-tree.c,v 1.38 2017/08/09 11:43:45 nicm Exp $ */ /* * Copyright (c) 2012 Thomas Adam --- 1,4 ---- ! /* $OpenBSD: cmd-choose-tree.c,v 1.39 2017/08/23 09:39:11 nicm Exp $ */ /* * Copyright (c) 2012 Thomas Adam *************** *** 30,37 **** .name = "choose-tree", .alias = NULL, ! .args = { "F:f:O:st:w", 0, 1 }, ! .usage = "[-sw] [-F format] [-f filter] [-O sort-order] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, --- 30,37 ---- .name = "choose-tree", .alias = NULL, ! .args = { "F:f:NO:st:w", 0, 1 }, ! .usage = "[-Nsw] [-F format] [-f filter] [-O sort-order] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, *************** *** 44,51 **** .name = "choose-client", .alias = NULL, ! .args = { "F:f:O:t:", 0, 1 }, ! .usage = "[-F format] [-f filter] [-O sort-order] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, --- 44,51 ---- .name = "choose-client", .alias = NULL, ! .args = { "F:f:NO:t:", 0, 1 }, ! .usage = "[-N] [-F format] [-f filter] [-O sort-order] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, *************** *** 58,65 **** .name = "choose-buffer", .alias = NULL, ! .args = { "F:f:O:t:", 0, 1 }, ! .usage = "[-F format] [-f filter] [-O sort-order] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, --- 58,65 ---- .name = "choose-buffer", .alias = NULL, ! .args = { "F:f:NO:t:", 0, 1 }, ! .usage = "[-N] [-F format] [-f filter] [-O sort-order] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 },