mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
-V also needs to go in usage.
This commit is contained in:
parent
90e962fff8
commit
84995ae172
2
tmux.c
2
tmux.c
@ -56,7 +56,7 @@ static __dead void
|
|||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s [-2Cluv] [-c shell-command] [-f file] [-L socket-name]\n"
|
"usage: %s [-2CluvV] [-c shell-command] [-f file] [-L socket-name]\n"
|
||||||
" [-S socket-path] [command [flags]]\n",
|
" [-S socket-path] [command [flags]]\n",
|
||||||
getprogname());
|
getprogname());
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user