From: dtucker@openbsd.org Date: Fri, 11 Sep 2015 05:27:02 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_2_P1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ac462f833b05d8ed9de9c50ccb295d7faa79ff;p=thirdparty%2Fopenssh-portable.git upstream commit Update usage to match man page. Upstream-ID: 9e85aefaecfb6aaf34c7cfd0700cd21783a35675 --- diff --git a/ssh.c b/ssh.c index 55a496cb1..913c139ef 100644 --- 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 * Copyright (c) 1995 Tatu Ylonen , 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" );