diff options
author | 2010-02-08 22:03:05 +0000 | |
---|---|---|
committer | 2010-02-08 22:03:05 +0000 | |
commit | e0fafbaee491922e0f2707010d13e33fc9101aec (patch) | |
tree | c7dbe8685e3b9aa5f6de5d3a1060691a41c9cc76 /usr.bin/ssh/ssh.c | |
parent | remove redundant bits. (diff) | |
download | wireguard-openbsd-e0fafbaee491922e0f2707010d13e33fc9101aec.tar.xz wireguard-openbsd-e0fafbaee491922e0f2707010d13e33fc9101aec.zip |
tweak previous; ok markus
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 21cf21f1401..f3c73641735 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.333 2010/02/08 10:50:20 markus Exp $ */ +/* $OpenBSD: ssh.c,v 1.334 2010/02/08 22:03:05 jmc Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -179,7 +179,8 @@ usage(void) fprintf(stderr, "usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" " [-D [bind_address:]port] [-e escape_char] [-F configfile]\n" -" [-i identity_file] [-L [bind_address:]port:host:hostport]\n" +" [-I pkcs11] [-i identity_file]\n" +" [-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" " [-W host:port] [-w local_tun[:remote_tun]]\n" |