summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 1d2a93f66..b51173aa3 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keygen.c,v 1.359 2019/10/31 21:28:27 djm Exp $ */ 1/* $OpenBSD: ssh-keygen.c,v 1.360 2019/11/07 08:38:38 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
@@ -2725,7 +2725,8 @@ usage(void)
2725{ 2725{
2726 fprintf(stderr, 2726 fprintf(stderr,
2727 "usage: ssh-keygen [-q] [-b bits] [-C comment] [-f output_keyfile] [-m format]\n" 2727 "usage: ssh-keygen [-q] [-b bits] [-C comment] [-f output_keyfile] [-m format]\n"
2728 " [-N new_passphrase] [-t dsa | ecdsa | ed25519 | rsa]\n" 2728 " [-t dsa | ecdsa | ecdsa-sk | ed25519 | rsa]\n"
2729 " [-N new_passphrase] [-w provider] [-x flags]\n"
2729 " ssh-keygen -p [-f keyfile] [-m format] [-N new_passphrase]\n" 2730 " ssh-keygen -p [-f keyfile] [-m format] [-N new_passphrase]\n"
2730 " [-P old_passphrase]\n" 2731 " [-P old_passphrase]\n"
2731 " ssh-keygen -i [-f input_keyfile] [-m key_format]\n" 2732 " ssh-keygen -i [-f input_keyfile] [-m key_format]\n"