summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-11-11 02:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2022-11-11 02:01:10 +0000
commitaaa043a20f5175eec6dbdf151e99b5fadc28638f (patch)
tree3fa472b8ad1fcf8e2d6422546759b33d1871a1ae /tmux.c
parent6fb80527f35cb6236adcf54249b4af9d6d907c0d (diff)
parent48f41e4a411dc8dc77514e211293365ee8394792 (diff)
Merge branch 'obsd-master'
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 b9f2be30..ef78e7b4 100644
--- a/tmux.c
+++ b/tmux.c
@@ -53,7 +53,7 @@ static __dead void
usage(void)
{
fprintf(stderr,
- "usage: %s [-2CDlNuvV] [-c shell-command] [-f file] [-L socket-name]\n"
+ "usage: %s [-2CDlNuVv] [-c shell-command] [-f file] [-L socket-name]\n"
" [-S socket-path] [-T features] [command [flags]]\n",
getprogname());
exit(1);