mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 09:14:22 +01:00
remove unused flag; while here, make usage's output fit on 80-column displays.
This commit is contained in:
parent
a35630838f
commit
4215d009a5
5
tmux.c
5
tmux.c
@ -60,8 +60,9 @@ char *makesockpath(const char *);
|
||||
__dead void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-28dqUuVv] [-f file] "
|
||||
"[-L socket-name] [-S socket-path] [command [flags]]\n",
|
||||
fprintf(stderr,
|
||||
"usage: %s [-28dqUuv] [-f file] [-L socket-name] [-S socket-path]\n"
|
||||
" [command [flags]]\n",
|
||||
__progname);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user