mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
remove unused flag; while here, make usage's output fit on 80-column displays.
This commit is contained in:
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user