diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2017-05-02 08:06:33 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-08 09:18:04 +1000 |
commit | 4f1ca823bad12e4f9614895eefe0d0073b84a28f (patch) | |
tree | b4ece75a8bf2f2ae3e84d5f7952cf098d8640f58 /ssh.c | |
parent | 6b84897f7fd39956b849eac7810319d8a9958568 (diff) |
upstream commit
remove options -12 from usage();
Upstream-ID: db7ceef25132e63b50ed05289bf447fece1d1270
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.c,v 1.458 2017/04/30 23:28:42 djm Exp $ */ | 1 | /* $OpenBSD: ssh.c,v 1.459 2017/05/02 08:06:33 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 |
@@ -197,7 +197,7 @@ static void | |||
197 | usage(void) | 197 | usage(void) |
198 | { | 198 | { |
199 | fprintf(stderr, | 199 | fprintf(stderr, |
200 | "usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" | 200 | "usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" |
201 | " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" | 201 | " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" |
202 | " [-F configfile] [-I pkcs11] [-i identity_file]\n" | 202 | " [-F configfile] [-I pkcs11] [-i identity_file]\n" |
203 | " [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n" | 203 | " [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n" |