mirror of
https://github.com/tmux/tmux.git
synced 2024-11-15 17:08:54 +00:00
Fix choose-tree usage.
This commit is contained in:
parent
caa29af2a9
commit
36fe146a74
@ -37,7 +37,7 @@ enum cmd_retval cmd_choose_tree_exec(struct cmd *, struct cmd_ctx *);
|
|||||||
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,
|
||||||
|
4
tmux.1
4
tmux.1
@ -1129,9 +1129,7 @@ section.
|
|||||||
This command works only if at least one client is attached.
|
This command works only if at least one client is attached.
|
||||||
.It Xo
|
.It Xo
|
||||||
.Ic choose-tree
|
.Ic choose-tree
|
||||||
.Op Fl s
|
.Op Fl suw
|
||||||
.Op Fl w
|
|
||||||
.Op Fl u
|
|
||||||
.Op Fl b Ar session-template
|
.Op Fl b Ar session-template
|
||||||
.Op Fl c Ar window-template
|
.Op Fl c Ar window-template
|
||||||
.Op Fl S Ar format
|
.Op Fl S Ar format
|
||||||
|
Loading…
Reference in New Issue
Block a user