mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 16:47:42 -05:00
Remove MD5 fingerprints from usage messages.
This commit is contained in:
2
psftp.c
2
psftp.c
@ -2536,7 +2536,7 @@ static void usage(void)
|
||||
printf(" -i key private key file for user authentication\n");
|
||||
printf(" -noagent disable use of Pageant\n");
|
||||
printf(" -agent enable use of Pageant\n");
|
||||
printf(" -hostkey aa:bb:cc:...\n");
|
||||
printf(" -hostkey keyid\n");
|
||||
printf(" manually specify a host key (may be repeated)\n");
|
||||
printf(" -batch disable all interactive prompts\n");
|
||||
printf(" -no-sanitise-stderr don't strip control chars from"
|
||||
|
Reference in New Issue
Block a user