mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Sync OpenBSD patchset 1148:
Fix choose-tree usage string.
This commit is contained in:
parent
bbd3e822c7
commit
188be9718e
@ -41,8 +41,8 @@ void cmd_choose_tree_free(struct window_choose_data *);
|
|||||||
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user