diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-06-18 08:22:39 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-06-18 08:22:39 +0200 |
commit | ba5c592126c70587b6fb6887494f1e29a8a05e09 (patch) | |
tree | 5ea44bdf1c5411772abf208269267972abefdf31 /ssh.c | |
parent | - (dtucker) [regress/README.regress] Add detail on how to run a single (diff) | |
download | openssh-ba5c592126c70587b6fb6887494f1e29a8a05e09.tar.xz openssh-ba5c592126c70587b6fb6887494f1e29a8a05e09.zip |
- djm@cvs.openbsd.org 2004/06/17 23:56:57
[ssh.1 ssh.c]
sync usage() and SYNPOSIS with connection sharing changes
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.216 2004/06/17 15:10:14 djm Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.217 2004/06/17 23:56:57 djm Exp $"); #include <openssl/evp.h> #include <openssl/err.h> @@ -157,10 +157,11 @@ static void usage(void) { fprintf(stderr, -"usage: ssh [-1246AaCfghkNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n" +"usage: ssh [-1246AaCfghkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n" " [-D port] [-e escape_char] [-F configfile] [-i identity_file]\n" " [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]\n" -" [-p port] [-R port:host:hostport] [user@]hostname [command]\n" +" [-p port] [-R port:host:hostport] [-S ctl_path]\n" +" [user@]hostname [command]\n" ); exit(1); } |