summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2020-01-28 11:31:31 +0000
committernicm <nicm>2020-01-28 11:31:31 +0000
commit84995ae1726589b5fb04e002e43496775e0ebfcd (patch)
tree4078ca838c7779833673de718135ef0355c24afa /tmux.c
parent90e962fff8f4d251cdf7fcc653caa34973c82d91 (diff)
-V also needs to go in usage.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index f98037b5..6572ad4e 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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);