diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2015-02-24 15:24:05 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-02-26 04:32:08 +1100 |
commit | 6288e3a935494df12519164f52ca5c8c65fc3ca5 (patch) | |
tree | 5df03a355f3d944c542c32a975309597a990caf7 /ssh-keygen.c | |
parent | 678e473e2af2e4802f24dd913985864d9ead7fb3 (diff) |
upstream commit
add -v (show ASCII art) to -l's synopsis; ok djm@
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r-- | ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index b85fa4964..4a5c40284 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.264 2015/02/23 22:21:21 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.265 2015/02/24 15:24:05 naddy Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -2204,7 +2204,7 @@ usage(void) | |||
2204 | " ssh-keygen -e [-m key_format] [-f input_keyfile]\n" | 2204 | " ssh-keygen -e [-m key_format] [-f input_keyfile]\n" |
2205 | " ssh-keygen -y [-f input_keyfile]\n" | 2205 | " ssh-keygen -y [-f input_keyfile]\n" |
2206 | " ssh-keygen -c [-P passphrase] [-C comment] [-f keyfile]\n" | 2206 | " ssh-keygen -c [-P passphrase] [-C comment] [-f keyfile]\n" |
2207 | " ssh-keygen -l [-E fingerprint_hash] [-f input_keyfile]\n" | 2207 | " ssh-keygen -l [-v] [-E fingerprint_hash] [-f input_keyfile]\n" |
2208 | " ssh-keygen -B [-f input_keyfile]\n"); | 2208 | " ssh-keygen -B [-f input_keyfile]\n"); |
2209 | #ifdef ENABLE_PKCS11 | 2209 | #ifdef ENABLE_PKCS11 |
2210 | fprintf(stderr, | 2210 | fprintf(stderr, |