From d33adc4fd0f7657ede3178c9b1f33c2d5df3c524 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 27 Jul 2015 08:45:45 +0000 Subject: Make -q suppress ambiguous option warnings too, from Cam Hutchison. --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 7320df4f..a4422057 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 , -- cgit