mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Remove MD5 fingerprints from usage messages.
This commit is contained in:
parent
7a91aa3822
commit
e09ca6ed76
@ -79,7 +79,7 @@ use Plink:
|
||||
\c -agent enable use of Pageant
|
||||
\c -noshare disable 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 -sanitise-stderr, -sanitise-stdout, -no-sanitise-stderr, -no-sanitise-stdout
|
||||
\c do/don't strip control chars from standard output/error
|
||||
|
@ -60,7 +60,7 @@ use PSCP:
|
||||
\c -i key private key file for user authentication
|
||||
\c -noagent disable 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 -batch disable all interactive prompts
|
||||
\c -no-sanitise-stderr don't strip control chars from standard error
|
||||
|
2
pscp.c
2
pscp.c
@ -2201,7 +2201,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"
|
||||
|
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"
|
||||
|
@ -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");
|
||||
|
@ -151,7 +151,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");
|
||||
|
Loading…
Reference in New Issue
Block a user