Revision: 2628
          http://tmux.svn.sourceforge.net/tmux/?rev=2628&view=rev
Author:   tcunha
Date:     2011-10-31 13:55:43 +0000 (Mon, 31 Oct 2011)
Log Message:
-----------
Sync OpenBSD patchset 973:

Missing -o on usage for pipe-pane, from Tiago Cunha.

Modified Paths:
--------------
    trunk/cmd-pipe-pane.c

Modified: trunk/cmd-pipe-pane.c
===================================================================
--- trunk/cmd-pipe-pane.c       2011-10-31 13:55:10 UTC (rev 2627)
+++ trunk/cmd-pipe-pane.c       2011-10-31 13:55:43 UTC (rev 2628)
@@ -38,7 +38,7 @@
 const struct cmd_entry cmd_pipe_pane_entry = {
        "pipe-pane", "pipep",
        "ot:", 0, 1,
-       CMD_TARGET_PANE_USAGE "[-o] [command]",
+       "[-o] " CMD_TARGET_PANE_USAGE " [command]",
        0,
        NULL,
        NULL,

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


------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to