mirror of
https://github.com/tmux/tmux.git
synced 2025-04-10 02:58:50 +00:00
usage output should fit on a 80 column display.
This commit is contained in:
parent
5f72510edf
commit
750e6ad542
6
tmux.c
6
tmux.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.c,v 1.227 2010-12-22 15:23:59 tcunha Exp $ */
|
/* $Id: tmux.c,v 1.228 2010-12-27 21:22:24 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -62,8 +62,8 @@ __dead void
|
|||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s [-28lquvV] [-c shell-command] [-f file] "
|
"usage: %s [-28lquvV] [-c shell-command] [-f file] [-L socket-name]\n"
|
||||||
" [-L socket-name][-S socket-path] [command [flags]]\n",
|
" [-S socket-path] [command [flags]]\n",
|
||||||
__progname);
|
__progname);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user