summaryrefslogtreecommitdiffstats
path: root/cmd-choose-tree.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-07-09 07:08:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-07-09 07:08:03 +0000
commit91f54b59acc8b21dd5c42d5fd95bebc256dc1e1b (patch)
treecfbeef8ad0a5aa1a909c6eaf873086814785fd01 /cmd-choose-tree.c
parentb0f4f94b5b61b106c33a6fc1f2bcbbbfcf076b94 (diff)
Fix choose-tree usage string.
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r--cmd-choose-tree.c4
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,