diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-01-19 19:13:29 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-01-19 19:13:29 +0000 |
commit | 324a2c65cfe31b87e97780c8beb0f5339a1c8c0d (patch) | |
tree | 4a81087cd1a816c04ff86e5790561dd9bbe8f060 /usr.bin | |
parent | fb50d2e41f6666fbf0f375bfe34d2e288e9b1e15 (diff) |
satisfy the pedants: -q does not suppress all diagnostic messages (e.g.
some commandline parsing warnings go unconditionally to stdout).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 1bf6b5e1c7a..81d40470206 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.270 2007/06/12 13:43:55 jmc Exp $ -.Dd $Mdocdate: June 12 2007 $ +.\" $OpenBSD: ssh.1,v 1.271 2008/01/19 19:13:28 djm Exp $ +.Dd $Mdocdate: January 19 2008 $ .Dt SSH 1 .Os .Sh NAME @@ -506,7 +506,7 @@ This can be specified on a per-host basis in the configuration file. .It Fl q Quiet mode. -Causes all warning and diagnostic messages to be suppressed. +Causes most warning and diagnostic messages to be suppressed. .It Fl R Xo .Sm off .Oo Ar bind_address : Oc |