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:
parent
be3f0868e0
commit
3ce4594d14
3
cmdgen.c
3
cmdgen.c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user