aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
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 /tmux.c
parentf2e54e1e2ff5a1902cdab4db50a503541186638e (diff)
downloadrtmux-81db6bab91309e7cb42628048408c10504522a48.tar.gz
rtmux-81db6bab91309e7cb42628048408c10504522a48.tar.bz2
rtmux-81db6bab91309e7cb42628048408c10504522a48.zip
Leftovers from removing 88 colour support, from Theo Buehler.
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 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);