-l should be before -r, pointed out by jmc a while ago.
authornicm <nicm@openbsd.org>
Sun, 4 Aug 2024 09:01:18 +0000 (09:01 +0000)
committernicm <nicm@openbsd.org>
Sun, 4 Aug 2024 09:01:18 +0000 (09:01 +0000)
usr.bin/tmux/tmux.1

index 351208a..11ac32c 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.946 2024/06/24 08:30:50 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.947 2024/08/04 09:01:18 nicm Exp $
 .\"
 .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
 .\"
@@ -14,7 +14,7 @@
 .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
 .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: June 24 2024 $
+.Dd $Mdocdate: August 4 2024 $
 .Dt TMUX 1
 .Os
 .Sh NAME
@@ -1357,8 +1357,8 @@ specified multiple times.
 .Op Fl B Ar name:what:format
 .Op Fl C Ar size
 .Op Fl f Ar flags
-.Op Fl r Ar pane:report
 .Op Fl l Op Ar target-pane
+.Op Fl r Ar pane:report
 .Op Fl t Ar target-client
 .Op Ar adjustment
 .Xc