upstream commit
Update usage to match man page. Upstream-ID: 9e85aefaecfb6aaf34c7cfd0700cd21783a35675
This commit is contained in:
parent
674b3b68c1
commit
86ac462f83
4
ssh.c
4
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"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue