summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-03-02 12:04:32 +1100
committerDamien Miller <djm@mindrot.org>2005-03-02 12:04:32 +1100
commit02faeceb5632393de553ef2b4b7d31d6f7b022c4 (patch)
treef4b6f5c0d6ad23e8ba38ff0b3a392effd50ca506 /ssh.c
parent27e9c5125e9a8a3d7cb5086a875a00a9eb556e90 (diff)
- jmc@cvs.openbsd.org 2005/03/01 17:22:06
[ssh.c] sync usage() w/ man SYNOPSIS; ok markus@
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh.c b/ssh.c
index 99b25afcc..9acec3082 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.232 2005/03/01 10:09:52 djm Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.233 2005/03/01 17:22:06 jmc Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -158,10 +158,10 @@ usage(void)
158{ 158{
159 fprintf(stderr, 159 fprintf(stderr,
160"usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n" 160"usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
161" [-D [listen-host:]port] [-e escape_char] [-F configfile]\n" 161" [-D port] [-e escape_char] [-F configfile]\n"
162" [-i identity_file] [-L [listen-host:]port:host:hostport]\n" 162" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
163" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" 163" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
164" [-R [listen-host:]port:host:hostport] [-S ctl_path]\n" 164" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
165" [user@]hostname [command]\n" 165" [user@]hostname [command]\n"
166 ); 166 );
167 exit(1); 167 exit(1);