mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-23 14:28:55 +01:00
remove unused flag; while here, make usage's output fit on 80-column displays.
This commit is contained in:
parent
658659532a
commit
94f5ddb60c
7
tmux.c
7
tmux.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.c,v 1.125 2009-06-25 15:44:03 nicm Exp $ */
|
/* $OpenBSD: tmux.c,v 1.4 2009/06/02 16:53:20 sobrado Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -73,8 +73,9 @@ const char *__progname = "tmux";
|
|||||||
__dead void
|
__dead void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "usage: %s [-28dqUuVv] [-f file] "
|
fprintf(stderr,
|
||||||
"[-L socket-name] [-S socket-path] [command [flags]]\n",
|
"usage: %s [-28dqUuv] [-f file] [-L socket-name] [-S socket-path]\n"
|
||||||
|
" [command [flags]]\n",
|
||||||
__progname);
|
__progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user