Remove references to 88colour support

Tmux doesn't directly support terminals with 88 colours directly anymore.
This commit is contained in:
Thomas Adam 2014-02-05 10:51:25 +00:00
parent 6eef24c37a
commit 1721056f35
2 changed files with 2 additions and 2 deletions

2
tmux.1
View File

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

2
tmux.c
View File

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