diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-20 19:25:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-20 19:25:58 +0000 |
commit | f9af6f7f8c23b8e8ee6a15596a748d8fc83be948 (patch) | |
tree | 302504049ce592387069c37d364a360ebf41228a /tmux.c | |
parent | 2ab713ab6b095d23c56fa9d505fab8f505d80371 (diff) | |
download | rtmux-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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); } |