1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

In PuTTYgen's --help message, list all key types it can generate.

This commit is contained in:
Ben Harris 2015-05-30 12:11:32 +01:00
parent be3f0868e0
commit 3ce4594d14

View File

@ -152,7 +152,8 @@ void help(void)
showversion();
usage(FALSE);
fprintf(stderr,
" -t specify key type when generating (rsa, dsa, rsa1)\n"
" -t specify key type when generating (ed25519, ecdsa, rsa, "
"dsa, rsa1)\n"
" -b specify number of bits when generating key\n"
" -C change or specify key comment\n"
" -P change key passphrase\n"