Revision: 2841
          http://tmux.svn.sourceforge.net/tmux/?rev=2841&view=rev
Author:   tcunha
Date:     2012-07-11 17:16:25 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
Sync OpenBSD patchset 1148:

Fix choose-tree usage string.

Modified Paths:
--------------
    trunk/cmd-choose-tree.c

Modified: trunk/cmd-choose-tree.c
===================================================================
--- trunk/cmd-choose-tree.c     2012-07-11 17:15:53 UTC (rev 2840)
+++ trunk/cmd-choose-tree.c     2012-07-11 17:16:25 UTC (rev 2841)
@@ -41,8 +41,8 @@
 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,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
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-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to