-V also needs to go in usage.

pull/2075/head
nicm 2020-01-28 11:31:31 +00:00
parent 90e962fff8
commit 84995ae172
1 changed files with 1 additions and 1 deletions

2
tmux.c
View File

@ -56,7 +56,7 @@ static __dead void
usage(void)
{
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",
getprogname());
exit(1);