mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-08 21:44:39 +02:00
Document -L and -8, fix synopsis.
This commit is contained in:
6
tmux.c
6
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user