]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.c
Fix assertion failure in host keys log message.
[PuTTY.git] / psftp.c
diff --git a/psftp.c b/psftp.c
index 93a96a4e152a63cc682042474a9a1c0c8d2573fc..92b57a2f363793b94b95aa9aa2128505dd13b6a0 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -2647,6 +2647,9 @@ static void usage(void)
     printf("  -hostkey aa:bb:cc:...\n");
     printf("            manually specify a host key (may be repeated)\n");
     printf("  -batch    disable all interactive prompts\n");
+    printf("  -sshlog file\n");
+    printf("  -sshrawlog file\n");
+    printf("            log protocol details to a file\n");
     cleanup_exit(1);
 }