aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-23 23:21:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-23 23:22:03 +0000
commitbe13479f099749b2a199e17505797e51090caca0 (patch)
treea8a967722c6463b83ed0e84f312afa4a339a7413 /tmux.1
parent69a8d6471634ebdfa9db70b306e493f47ddd9a5d (diff)
downloadrtmux-be13479f099749b2a199e17505797e51090caca0.tar.gz
rtmux-be13479f099749b2a199e17505797e51090caca0.tar.bz2
rtmux-be13479f099749b2a199e17505797e51090caca0.zip
Add a -o option to set-option to prevent setting an option already set, from
Thiago Padilha.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index faa129a0..41e76c93 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1996,7 +1996,7 @@ abc123
Commands which set options are as follows:
.Bl -tag -width Ds
.It Xo Ic set-option
-.Op Fl agqsuw
+.Op Fl agoqsuw
.Op Fl t Ar target-session | Ar target-window
.Ar option Ar value
.Xc
@@ -2025,6 +2025,10 @@ options.
It is not possible to unset a global option.
.Pp
The
+.Fl o
+flag prevents setting an option that is already set.
+.Pp
+The
.Fl q
flag suppresses the informational message (as if the
.Ic quiet