summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2014-02-16 12:45:17 +0000
committernicm <nicm>2014-02-16 12:45:17 +0000
commit81db6bab91309e7cb42628048408c10504522a48 (patch)
tree3428d994c8598c4f6d8f3263d4124400d69323a2
parentf2e54e1e2ff5a1902cdab4db50a503541186638e (diff)
Leftovers from removing 88 colour support, from Theo Buehler.
-rw-r--r--tmux.16
-rw-r--r--tmux.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index d32a16d2..c0f04094 100644
--- a/tmux.1
+++ b/tmux.1
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm tmux
.Bk -words
-.Op Fl 28lCquv
+.Op Fl 2lCquv
.Op Fl c Ar shell-command
.Op Fl f Ar file
.Op Fl L Ar socket-name
@@ -2637,9 +2637,9 @@ The terminal entry value is passed through
before interpretation.
The default value forcibly corrects the
.Ql colors
-entry for terminals which support 88 or 256 colours:
+entry for terminals which support 256 colours:
.Bd -literal -offset indent
-"*88col*:colors=88,*256col*:colors=256,xterm*:XT"
+"*256col*:colors=256,xterm*:XT"
.Ed
.It Ic update-environment Ar variables
Set a space-separated string containing a list of environment variables to be
diff --git a/tmux.c b/tmux.c
index d4848396..6de96ce1 100644
--- a/tmux.c
+++ b/tmux.c
@@ -57,7 +57,7 @@ __dead void
usage(void)
{
fprintf(stderr,
- "usage: %s [-28lquv] [-c shell-command] [-f file] [-L socket-name]\n"
+ "usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n"
" [-S socket-path] [command [flags]]\n",
__progname);
exit(1);