diff options
author | nicm <nicm> | 2015-07-27 08:45:45 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-07-27 08:45:45 +0000 |
commit | d33adc4fd0f7657ede3178c9b1f33c2d5df3c524 (patch) | |
tree | 36a067af3779a9d93b466c1d0982ebc5f781c0f9 /tmux.1 | |
parent | 92af3766ecc456bd8ade8fe5746d27f4557fdaa8 (diff) | |
download | rtmux-d33adc4fd0f7657ede3178c9b1f33c2d5df3c524.tar.gz rtmux-d33adc4fd0f7657ede3178c9b1f33c2d5df3c524.tar.bz2 rtmux-d33adc4fd0f7657ede3178c9b1f33c2d5df3c524.zip |
Make -q suppress ambiguous option warnings too, from Cam Hutchison.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2322,9 +2322,9 @@ restores a global option to the default). .Pp The .Fl o -flag prevents setting an option that is already set and +flag prevents setting an option that is already set and the .Fl q -flag suppresses errors about unknown options. +flag suppresses errors about unknown or ambiguous options. .Pp With .Fl a , |