aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-04-10 12:07:18 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-04-10 12:07:18 +0000
commit20f0d917beb0f774af2628ed7efe2a33cf59f42a (patch)
treeee584fed35e0888874c8ea292063a5f6d893fcdc
parent69c86379e39476013205fce627951dd733d647b3 (diff)
downloadrtmux-20f0d917beb0f774af2628ed7efe2a33cf59f42a.tar.gz
rtmux-20f0d917beb0f774af2628ed7efe2a33cf59f42a.tar.bz2
rtmux-20f0d917beb0f774af2628ed7efe2a33cf59f42a.zip
Missed -o from set-window-option, from Ben Boeckel.
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 9b1488fc..b38b43bb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2645,7 +2645,7 @@ The default is
.Ql \ -_@ .
.El
.It Xo Ic set-window-option
-.Op Fl agqu
+.Op Fl agoqu
.Op Fl t Ar target-window
.Ar option Ar value
.Xc
@@ -2654,6 +2654,7 @@ Set a window option.
The
.Fl a ,
.Fl g ,
+.Fl o ,
.Fl q
and
.Fl u