diff options
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r-- | ssh-keygen.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index a67737350..6077bb20e 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.323 2018/10/19 03:12:42 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.324 2019/01/22 20:48:01 djm 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 |
@@ -2392,9 +2392,10 @@ static void | |||
2392 | usage(void) | 2392 | usage(void) |
2393 | { | 2393 | { |
2394 | fprintf(stderr, | 2394 | fprintf(stderr, |
2395 | "usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa]\n" | 2395 | "usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa] [-m format]\n" |
2396 | " [-N new_passphrase] [-C comment] [-f output_keyfile]\n" | 2396 | " [-N new_passphrase] [-C comment] [-f output_keyfile]\n" |
2397 | " ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f keyfile]\n" | 2397 | " ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-m format]\n" |
2398 | " [-f keyfile]\n" | ||
2398 | " ssh-keygen -i [-m key_format] [-f input_keyfile]\n" | 2399 | " ssh-keygen -i [-m key_format] [-f input_keyfile]\n" |
2399 | " ssh-keygen -e [-m key_format] [-f input_keyfile]\n" | 2400 | " ssh-keygen -e [-m key_format] [-f input_keyfile]\n" |
2400 | " ssh-keygen -y [-f input_keyfile]\n" | 2401 | " ssh-keygen -y [-f input_keyfile]\n" |