summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-02-05 10:51:25 +0000
committerThomas Adam <thomas@xteddy.org>2014-02-05 10:51:25 +0000
commit1721056f351114cf03e4da284fdfc6b80f3aae38 (patch)
tree3f900ec50600fddf0216668870dd2a34906f2875
parent6eef24c37a69c0faa12deb4374730cf02561c934 (diff)
Remove references to 88colour support
Tmux doesn't directly support terminals with 88 colours directly anymore.
-rw-r--r--tmux.12
-rw-r--r--tmux.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index cf1919c6..cff5204e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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
diff --git a/tmux.c b/tmux.c
index f5be1de4..a804e6f7 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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);