summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-03-01 17:22:07 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-03-01 17:22:07 +0000
commitb7bdc8fef882a2cd81e6d491dbc550c7860bd9c0 (patch)
tree27d78e35037d3de6e582b349aef5c2b1271d5e66
parent07f0ce34dfdb9468b798e37a6492f43fb0a37105 (diff)
sync usage() w/ man SYNOPSIS;
ok markus@
-rw-r--r--usr.bin/ssh/ssh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 68c7741e495..5d4741b0daa 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -40,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.232 2005/03/01 10:09:52 djm Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.233 2005/03/01 17:22:06 jmc Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@@ -158,10 +158,10 @@ usage(void)
{
fprintf(stderr,
"usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
-" [-D [listen-host:]port] [-e escape_char] [-F configfile]\n"
-" [-i identity_file] [-L [listen-host:]port:host:hostport]\n"
+" [-D port] [-e escape_char] [-F configfile]\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"
-" [-R [listen-host:]port:host:hostport] [-S ctl_path]\n"
+" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
" [user@]hostname [command]\n"
);
exit(1);