diff options
author | 2005-09-19 15:42:44 +0000 | |
---|---|---|
committer | 2005-09-19 15:42:44 +0000 | |
commit | da4995edff14184c46844a8c1c57891def56238e (patch) | |
tree | 95d1ad0bfbadc05098bcd3a55b12e9a7a975e984 /usr.bin/ssh/ssh.c | |
parent | some more .Bk/.Ek to avoid ugly line split; (diff) | |
download | wireguard-openbsd-da4995edff14184c46844a8c1c57891def56238e.tar.xz wireguard-openbsd-da4995edff14184c46844a8c1c57891def56238e.zip |
update -D usage here too;
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 6e160bfda25..9b0979f0f56 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.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/err.h> @@ -158,7 +158,7 @@ usage(void) { fprintf(stderr, "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" " [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" " [-R [bind_address:]port:host:hostport] [-S ctl_path]\n" |