diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-07-11 17:16:25 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-07-11 17:16:25 +0000 |
commit | 188be9718e1f55861bfb9d366b31e096a704d90e (patch) | |
tree | 8e56dca483e8737a48d146596cf30879afbbe79b | |
parent | bbd3e822c7f7b9bdfaa7a9095df1ec193278dc64 (diff) | |
download | rtmux-188be9718e1f55861bfb9d366b31e096a704d90e.tar.gz rtmux-188be9718e1f55861bfb9d366b31e096a704d90e.tar.bz2 rtmux-188be9718e1f55861bfb9d366b31e096a704d90e.zip |
Sync OpenBSD patchset 1148:
Fix choose-tree usage string.
-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 bbc0056a..61c58839 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, |