]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pscp.c
Add some index terms for host key overrides.
[PuTTY.git] / pscp.c
diff --git a/pscp.c b/pscp.c
index f63e6b5986538acfe18ecdbd80281ea800d812f9..e56d760fbd7f09dc2d45f831fbc16efaea9ba1a6 100644 (file)
--- a/pscp.c
+++ b/pscp.c
@@ -2253,9 +2253,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");
     printf("  -unsafe   allow server-side wildcards (DANGEROUS)\n");
     printf("  -sftp     force use of SFTP protocol\n");