1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-23 15:09:24 -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

@ -79,7 +79,7 @@ use Plink:
\c -agent enable use of Pageant \c -agent enable use of Pageant
\c -noshare disable use of connection sharing \c -noshare disable use of connection sharing
\c -share enable use of connection sharing \c -share enable use of connection sharing
\c -hostkey aa:bb:cc:... \c -hostkey keyid
\c manually specify a host key (may be repeated) \c manually specify a host key (may be repeated)
\c -sanitise-stderr, -sanitise-stdout, -no-sanitise-stderr, -no-sanitise-stdout \c -sanitise-stderr, -sanitise-stdout, -no-sanitise-stderr, -no-sanitise-stdout
\c do/don't strip control chars from standard output/error \c do/don't strip control chars from standard output/error

View File

@ -60,7 +60,7 @@ use PSCP:
\c -i key private key file for user authentication \c -i key private key file for user authentication
\c -noagent disable use of Pageant \c -noagent disable use of Pageant
\c -agent enable use of Pageant \c -agent enable use of Pageant
\c -hostkey aa:bb:cc:... \c -hostkey keyid
\c manually specify a host key (may be repeated) \c manually specify a host key (may be repeated)
\c -batch disable all interactive prompts \c -batch disable all interactive prompts
\c -no-sanitise-stderr don't strip control chars from standard error \c -no-sanitise-stderr don't strip control chars from standard error

2
pscp.c
View File

@ -2201,7 +2201,7 @@ static void usage(void)
printf(" -i key private key file for user authentication\n"); printf(" -i key private key file for user authentication\n");
printf(" -noagent disable use of Pageant\n"); printf(" -noagent disable use of Pageant\n");
printf(" -agent enable 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(" manually specify a host key (may be repeated)\n");
printf(" -batch disable all interactive prompts\n"); printf(" -batch disable all interactive prompts\n");
printf(" -no-sanitise-stderr don't strip control chars from" printf(" -no-sanitise-stderr don't strip control chars from"

View File

@ -2536,7 +2536,7 @@ static void usage(void)
printf(" -i key private key file for user authentication\n"); printf(" -i key private key file for user authentication\n");
printf(" -noagent disable use of Pageant\n"); printf(" -noagent disable use of Pageant\n");
printf(" -agent enable 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(" manually specify a host key (may be repeated)\n");
printf(" -batch disable all interactive prompts\n"); printf(" -batch disable all interactive prompts\n");
printf(" -no-sanitise-stderr don't strip control chars from" printf(" -no-sanitise-stderr don't strip control chars from"

View File

@ -529,7 +529,7 @@ static void usage(void)
printf(" -agent enable use of Pageant\n"); printf(" -agent enable use of Pageant\n");
printf(" -noshare disable use of connection sharing\n"); printf(" -noshare disable use of connection sharing\n");
printf(" -share enable 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(" manually specify a host key (may be repeated)\n");
printf(" -sanitise-stderr, -sanitise-stdout, " printf(" -sanitise-stderr, -sanitise-stdout, "
"-no-sanitise-stderr, -no-sanitise-stdout\n"); "-no-sanitise-stderr, -no-sanitise-stdout\n");

View File

@ -151,7 +151,7 @@ static void usage(void)
printf(" -agent enable use of Pageant\n"); printf(" -agent enable use of Pageant\n");
printf(" -noshare disable use of connection sharing\n"); printf(" -noshare disable use of connection sharing\n");
printf(" -share enable 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(" manually specify a host key (may be repeated)\n");
printf(" -sanitise-stderr, -sanitise-stdout, " printf(" -sanitise-stderr, -sanitise-stdout, "
"-no-sanitise-stderr, -no-sanitise-stdout\n"); "-no-sanitise-stderr, -no-sanitise-stdout\n");