diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-13 09:55:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-13 09:55:37 +0000 |
commit | 36fe146a74230e5072c367a9987b6c021320c0dd (patch) | |
tree | 45e24d48730afac58fe5bc37abfa5642701f200f /cmd-choose-tree.c | |
parent | caa29af2a944a7d7232a55f1a4142095896956ce (diff) | |
download | rtmux-36fe146a74230e5072c367a9987b6c021320c0dd.tar.gz rtmux-36fe146a74230e5072c367a9987b6c021320c0dd.tar.bz2 rtmux-36fe146a74230e5072c367a9987b6c021320c0dd.zip |
Fix choose-tree usage.
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r-- | cmd-choose-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c index d1f106e4..02796630 100644 --- a/cmd-choose-tree.c +++ b/cmd-choose-tree.c @@ -37,7 +37,7 @@ enum cmd_retval cmd_choose_tree_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_choose_tree_entry = { "choose-tree", NULL, "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, 0, NULL, |