diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-07-09 07:08:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-07-09 07:08:03 +0000 |
commit | 91f54b59acc8b21dd5c42d5fd95bebc256dc1e1b (patch) | |
tree | cfbeef8ad0a5aa1a909c6eaf873086814785fd01 /cmd-choose-tree.c | |
parent | b0f4f94b5b61b106c33a6fc1f2bcbbbfcf076b94 (diff) | |
download | rtmux-91f54b59acc8b21dd5c42d5fd95bebc256dc1e1b.tar.gz rtmux-91f54b59acc8b21dd5c42d5fd95bebc256dc1e1b.tar.bz2 rtmux-91f54b59acc8b21dd5c42d5fd95bebc256dc1e1b.zip |
Fix choose-tree usage string.
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r-- | cmd-choose-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c index 385621cf..c29b2eab 100644 --- a/cmd-choose-tree.c +++ b/cmd-choose-tree.c @@ -41,8 +41,8 @@ void cmd_choose_tree_free(struct window_choose_data *); const struct cmd_entry cmd_choose_tree_entry = { "choose-tree", NULL, "S:W:swb:c:t:", 0, 1, - "[-SW] [-s format] [-w format ] [-b session template] " \ - "[-c window template] " CMD_TARGET_WINDOW_USAGE, + "[-sw] [-b session-template] [-c window template] [-S format] " \ + "[-W format] " CMD_TARGET_WINDOW_USAGE, 0, NULL, NULL, |