aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-09-26 06:45:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-09-26 06:45:28 +0000
commit62457bce0b6d23c1b6a8206582ac3dd206d4225d (patch)
tree42428d54daf3273242003827d16ae37d81e50230 /tmux.c
parentdf2b3bcf44299d7060b3bc6c17c6e80a1f358692 (diff)
downloadrtmux-62457bce0b6d23c1b6a8206582ac3dd206d4225d.tar.gz
rtmux-62457bce0b6d23c1b6a8206582ac3dd206d4225d.tar.bz2
rtmux-62457bce0b6d23c1b6a8206582ac3dd206d4225d.zip
Trim.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index 669fd3c9..73a2a82d 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.77 2008-09-25 23:28:15 nicm Exp $ */
+/* $Id: tmux.c,v 1.78 2008-09-26 06:45:28 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -61,8 +61,8 @@ const char *__progname = "tmux";
__dead void
usage(void)
{
- fprintf(stderr,
- "usage: %s [-2dquVv] [-f file] [-S socket-path] [command [flags]]\n",
+ fprintf(stderr, "usage: "
+ "%s [-2dquVv] [-f file] [-S socket-path] [command [flags]]\n",
__progname);
exit(1);
}