Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31322

Modified Files:
        cmd-join-pane.c cmd-paste-buffer.c 
Log Message:
Sync OpenBSD patchset 747:

Usage string fixes from Ben Boeckel.


Index: cmd-join-pane.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-join-pane.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmd-join-pane.c     9 Apr 2010 07:09:37 -0000       1.4
+++ cmd-join-pane.c     11 Aug 2010 22:17:32 -0000      1.5
@@ -44,7 +44,7 @@
 
 const struct cmd_entry cmd_join_pane_entry = {
        "join-pane", "joinp",
-       "[-dhv] [-p percentage|-l size] [-s src-pane] [-t dst-pane] [command]",
+       "[-dhv] [-p percentage|-l size] [-s src-pane] [-t dst-pane]",
        0, "",
        cmd_join_pane_init,
        cmd_join_pane_parse,

Index: cmd-paste-buffer.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-paste-buffer.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cmd-paste-buffer.c  6 Jun 2010 00:03:02 -0000       1.28
+++ cmd-paste-buffer.c  11 Aug 2010 22:17:32 -0000      1.29
@@ -45,7 +45,7 @@
 
 const struct cmd_entry cmd_paste_buffer_entry = {
        "paste-buffer", "pasteb",
-       "[-dr] [-s separator] [-b buffer-index] [-t target-window]",
+       "[-dr] [-s separator] [-b buffer-index] [-t target-pane]",
        0, "",
        cmd_paste_buffer_init,
        cmd_paste_buffer_parse,


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to