aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-12-27 21:22:24 +0000
committerTiago Cunha <tcunha@gmx.com>2010-12-27 21:22:24 +0000
commit750e6ad54214187f34bbe801d73c3d59ac4460a3 (patch)
tree657b2efbd5e5449123163be63f3d01a7c81bcd7a
parent5f72510edf469a7bb080dcfac7d1e193849a34dc (diff)
downloadrtmux-750e6ad54214187f34bbe801d73c3d59ac4460a3.tar.gz
rtmux-750e6ad54214187f34bbe801d73c3d59ac4460a3.tar.bz2
rtmux-750e6ad54214187f34bbe801d73c3d59ac4460a3.zip
usage output should fit on a 80 column display.
-rw-r--r--tmux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index c8264e49..627a8b84 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.227 2010-12-22 15:23:59 tcunha Exp $ */
+/* $Id: tmux.c,v 1.228 2010-12-27 21:22:24 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -62,8 +62,8 @@ __dead void
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);
}