summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2019-11-18 23:16:49 +0000
committernaddy <naddy@openbsd.org>2019-11-18 23:16:49 +0000
commitbfff4a28ecbc05e026e2bf1f938d81b4eeded2a6 (patch)
tree7818ae90765c1e570b12b0465d903e4797818ee4 /usr.bin/ssh/ssh-keygen.c
parentDelete commented out VNDIOCGET60 ioctl (diff)
downloadwireguard-openbsd-bfff4a28ecbc05e026e2bf1f938d81b4eeded2a6.tar.xz
wireguard-openbsd-bfff4a28ecbc05e026e2bf1f938d81b4eeded2a6.zip
more missing mentions of ed25519-sk; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index 91ef110bba4..22e7317b650 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.368 2019/11/18 16:10:05 naddy Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.369 2019/11/18 23:16:49 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -2717,7 +2717,7 @@ usage(void)
{
fprintf(stderr,
"usage: ssh-keygen [-q] [-b bits] [-C comment] [-f output_keyfile] [-m format]\n"
- " [-t dsa | ecdsa | ecdsa-sk | ed25519 | rsa]\n"
+ " [-t dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa]\n"
" [-N new_passphrase] [-w provider] [-x flags]\n"
" ssh-keygen -p [-f keyfile] [-m format] [-N new_passphrase]\n"
" [-P old_passphrase]\n"