- sort options; from josiah frentsos

ok nicm

- add -N to SYNOPSIS

- sort usage()
This commit is contained in:
jmc
2022-11-10 22:58:39 +00:00
parent f86eba2129
commit 48f41e4a41
2 changed files with 12 additions and 12 deletions

2
tmux.c
View File

@ -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);