]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 11 Sep 2015 05:27:02 +0000 (05:27 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 16 Sep 2015 07:52:05 +0000 (17:52 +1000)
Update usage to match man page.

Upstream-ID: 9e85aefaecfb6aaf34c7cfd0700cd21783a35675

ssh.c

diff --git a/ssh.c b/ssh.c
index 55a496cb1fe615bc324f6db9e781de15492a0780..913c139ef77b1764d8ae15241b700d1bc355bcac 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.423 2015/09/11 03:47:28 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.424 2015/09/11 05:27:02 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -206,7 +206,7 @@ usage(void)
 "           [-F configfile] [-I pkcs11] [-i identity_file]\n"
 "           [-L address] [-l login_name] [-m mac_spec]\n"
 "           [-O ctl_cmd] [-o option] [-p port]\n"
-"           [-Q cipher | cipher-auth | mac | kex | key]\n"
+"           [-Q cipher | cipher-auth | mac | kex | key | protocol-version]\n"
 "           [-R address] [-S ctl_path] [-W host:port]\n"
 "           [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
        );