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

Modified Files:
        tmux.c 
Log Message:
usage output should fit on a 80 column display.


Index: tmux.c
===================================================================
RCS file: /cvsroot/tmux/tmux/tmux.c,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- tmux.c      22 Dec 2010 15:23:59 -0000      1.227
+++ tmux.c      27 Dec 2010 21:22:24 -0000      1.228
@@ -62,8 +62,8 @@
 usage(void)
 {
        fprintf(stderr,
-           "usage: %s [-28lquvV] [-c shell-command] [-f file] "
-           "            [-L socket-name][-S socket-path] [command [flags]]\n",
+           "usage: %s [-28lquvV] [-c shell-command] [-f file] [-L 
socket-name]\n"
+           "            [-S socket-path] [command [flags]]\n",
            __progname);
        exit(1);
 }


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to