summaryrefslogtreecommitdiffstats
path: root/tmux.1
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 /tmux.1
parent69c86379e39476013205fce627951dd733d647b3 (diff)
Missed -o from set-window-option, from Ben Boeckel.
Diffstat (limited to 'tmux.1')
-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