tweak SYNOPSIS and usage();

This commit is contained in:
jmc 2015-06-04 20:34:22 +00:00
parent 4a6c06d6a9
commit dc0d34e137
2 changed files with 2 additions and 2 deletions

2
tmux.1
View File

@ -23,7 +23,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm tmux .Nm tmux
.Bk -words .Bk -words
.Op Fl 2lCuv .Op Fl 2Cluv
.Op Fl c Ar shell-command .Op Fl c Ar shell-command
.Op Fl f Ar file .Op Fl f Ar file
.Op Fl L Ar socket-name .Op Fl L Ar socket-name

2
tmux.c
View File

@ -58,7 +58,7 @@ __dead void
usage(void) usage(void)
{ {
fprintf(stderr, fprintf(stderr,
"usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n" "usage: %s [-2Cluv] [-c shell-command] [-f file] [-L socket-name]\n"
" [-S socket-path] [command [flags]]\n", " [-S socket-path] [command [flags]]\n",
__progname); __progname);
exit(1); exit(1);