aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
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 77a39248..878180a7 100644
--- a/tmux.c
+++ b/tmux.c
@@ -58,7 +58,7 @@ __dead void
usage(void)
{
fprintf(stderr,
- "usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n"
+ "usage: %s [-2Cluv] [-c shell-command] [-f file] [-L socket-name]\n"
" [-S socket-path] [command [flags]]\n",
__progname);
exit(1);