Hi,

Looks like I forgot to change the usage string for choose-tree from its
older flags when it was still in development.  I've checked getops and the
man page, they're both correct.

Patch attached, applied on top of tmux in OpenBSD, for your convenience,
Nicholas.

Kindly,

-- Thomas Adam
Index: src/usr.bin/tmux/cmd-choose-tree.c
===================================================================
RCS file: /cvs/src/usr.bin/tmux/cmd-choose-tree.c,v
retrieving revision 1.1
diff -u -r1.1 cmd-choose-tree.c
--- src/usr.bin/tmux/cmd-choose-tree.c	8 Jul 2012 16:04:38 -0000	1.1
+++ src/usr.bin/tmux/cmd-choose-tree.c	9 Jul 2012 06:56:39 -0000
@@ -41,7 +41,7 @@
 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] " \
+	"[-sw] [-S format] [-W format ] [-b session template] " \
 	"[-c window template] " CMD_TARGET_WINDOW_USAGE,
 	0,
 	NULL,
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to