tweak SYNOPSIS and usage();
authorjmc <jmc@openbsd.org>
Thu, 4 Jun 2015 20:34:22 +0000 (20:34 +0000)
committerjmc <jmc@openbsd.org>
Thu, 4 Jun 2015 20:34:22 +0000 (20:34 +0000)
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.c

index 1250615..7cff52f 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.433 2015/06/04 14:29:33 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.434 2015/06/04 20:34:22 jmc Exp $
 .\"
 .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 .\"
@@ -23,7 +23,7 @@
 .Sh SYNOPSIS
 .Nm tmux
 .Bk -words
-.Op Fl 2lCuv
+.Op Fl 2Cluv
 .Op Fl c Ar shell-command
 .Op Fl f Ar file
 .Op Fl L Ar socket-name
index 91a8c70..b43295f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.c,v 1.135 2015/01/19 09:58:34 nicm Exp $ */
+/* $OpenBSD: tmux.c,v 1.136 2015/06/04 20:34:22 jmc Exp $ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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);