1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 19:42:48 -05:00

Remove MD5 fingerprints from usage messages.

This commit is contained in:
Jacob Nevins
2021-03-27 17:33:54 +00:00
parent 7a91aa3822
commit e09ca6ed76
6 changed files with 6 additions and 6 deletions

View File

@ -529,7 +529,7 @@ static void usage(void)
printf(" -agent enable use of Pageant\n");
printf(" -noshare disable use of connection sharing\n");
printf(" -share enable use of connection sharing\n");
printf(" -hostkey aa:bb:cc:...\n");
printf(" -hostkey keyid\n");
printf(" manually specify a host key (may be repeated)\n");
printf(" -sanitise-stderr, -sanitise-stdout, "
"-no-sanitise-stderr, -no-sanitise-stdout\n");