summaryrefslogtreecommitdiffstats
path: root/tmux.c
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 /tmux.c
parent6eef24c37a69c0faa12deb4374730cf02561c934 (diff)
Remove references to 88colour support
Tmux doesn't directly support terminals with 88 colours directly anymore.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
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);