aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-20 19:25:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-20 19:25:58 +0000
commitf9af6f7f8c23b8e8ee6a15596a748d8fc83be948 (patch)
tree302504049ce592387069c37d364a360ebf41228a /tmux.c
parent2ab713ab6b095d23c56fa9d505fab8f505d80371 (diff)
downloadrtmux-f9af6f7f8c23b8e8ee6a15596a748d8fc83be948.tar.gz
rtmux-f9af6f7f8c23b8e8ee6a15596a748d8fc83be948.tar.bz2
rtmux-f9af6f7f8c23b8e8ee6a15596a748d8fc83be948.zip
Document -L and -8, fix synopsis.
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 46b6fcd8..e7a52ac4 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.112 2009-04-01 20:15:48 nicm Exp $ */
+/* $Id: tmux.c,v 1.113 2009-04-20 19:25:58 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -71,8 +71,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 [-28dqUuVv] [-f file] "
+ "[-L socket-name] [-S socket-path] [command [flags]]\n",
__progname);
exit(1);
}