summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorjmc <jmc>2022-11-10 22:58:39 +0000
committerjmc <jmc>2022-11-10 22:58:39 +0000
commit48f41e4a411dc8dc77514e211293365ee8394792 (patch)
tree127eded67fcff473a78fdfeefb8db2a47e726556 /tmux.c
parentf86eba21294b61f410300b0c9a8920cb155ab738 (diff)
- sort options; from josiah frentsos
ok nicm - add -N to SYNOPSIS - sort 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 ceaa99da..0d752221 100644
--- a/tmux.c
+++ b/tmux.c
@@ -57,7 +57,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);