diff options
-rw-r--r-- | ssh.c | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.424 2015/09/11 05:27:02 dtucker Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.425 2015/09/11 06:55:46 jmc Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -203,11 +203,9 @@ usage(void) | |||
203 | fprintf(stderr, | 203 | fprintf(stderr, |
204 | "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" | 204 | "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" |
205 | " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" | 205 | " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" |
206 | " [-F configfile] [-I pkcs11] [-i identity_file]\n" | 206 | " [-F configfile] [-I pkcs11] [-i identity_file] [-L address]\n" |
207 | " [-L address] [-l login_name] [-m mac_spec]\n" | 207 | " [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" |
208 | " [-O ctl_cmd] [-o option] [-p port]\n" | 208 | " [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n" |
209 | " [-Q cipher | cipher-auth | mac | kex | key | protocol-version]\n" | ||
210 | " [-R address] [-S ctl_path] [-W host:port]\n" | ||
211 | " [-w local_tun[:remote_tun]] [user@]hostname [command]\n" | 209 | " [-w local_tun[:remote_tun]] [user@]hostname [command]\n" |
212 | ); | 210 | ); |
213 | exit(255); | 211 | exit(255); |