diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-01-28 11:31:32 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-01-28 11:31:32 +0000 |
commit | 8eb18829d26088d11e4ecc2e23ae98314c477948 (patch) | |
tree | cbd808eac1710937f0ba33db00dd18dec74ec585 /usr.bin/tmux | |
parent | 4c7df2a309e27c435948bbc743c8ac693d31e873 (diff) |
-V also needs to go in usage.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 7351dae5756..481c4b0440a 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.191 2020/01/28 10:44:30 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.192 2020/01/28 11:31:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -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); |