X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;h=3fbd0c43c8ba9f596ac4f7596bd97e9c4e3b28cc;hb=068b67d2f6e9b186b3107ebcb1e88a141b7b5ebc;hp=c6ed98e97edca5e06853aa4ba9be18e3a92dfa79;hpb=bb78583ad29084f16db994d66895917e1b20346e;p=PuTTY.git diff --git a/psftp.c b/psftp.c index c6ed98e9..3fbd0c43 100644 --- a/psftp.c +++ b/psftp.c @@ -2668,9 +2668,11 @@ static void usage(void) printf(" -1 -2 force use of particular SSH protocol version\n"); printf(" -4 -6 force use of IPv4 or IPv6\n"); printf(" -C enable compression\n"); - printf(" -i key private key file for authentication\n"); + 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(" manually specify a host key (may be repeated)\n"); printf(" -batch disable all interactive prompts\n"); cleanup_exit(1); }