mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
- jmc@cvs.openbsd.org 2005/09/19 15:42:44
[ssh.c] update -D usage here too;
This commit is contained in:
parent
05d4dfe38f
commit
895d698515
@ -24,6 +24,9 @@
|
|||||||
- jmc@cvs.openbsd.org 2005/09/19 15:38:27
|
- jmc@cvs.openbsd.org 2005/09/19 15:38:27
|
||||||
[ssh.1]
|
[ssh.1]
|
||||||
some more .Bk/.Ek to avoid ugly line split;
|
some more .Bk/.Ek to avoid ugly line split;
|
||||||
|
- jmc@cvs.openbsd.org 2005/09/19 15:42:44
|
||||||
|
[ssh.c]
|
||||||
|
update -D usage here too;
|
||||||
|
|
||||||
20050930
|
20050930
|
||||||
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
||||||
@ -3064,4 +3067,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3908 2005/10/03 08:17:38 dtucker Exp $
|
$Id: ChangeLog,v 1.3909 2005/10/03 08:18:05 dtucker Exp $
|
||||||
|
4
ssh.c
4
ssh.c
@ -40,7 +40,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh.c,v 1.250 2005/09/13 23:40:07 djm Exp $");
|
RCSID("$OpenBSD: ssh.c,v 1.251 2005/09/19 15:42:44 jmc Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
@ -158,7 +158,7 @@ usage(void)
|
|||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
|
"usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
|
||||||
" [-D port] [-e escape_char] [-F configfile]\n"
|
" [-D [bind_address:]port] [-e escape_char] [-F configfile]\n"
|
||||||
" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
|
" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
|
||||||
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
|
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
|
||||||
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
|
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user