X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.c;h=92b57a2f363793b94b95aa9aa2128505dd13b6a0;hb=15386cbe927fc85ac2fed0bb47704645c4b67dad;hp=93a96a4e152a63cc682042474a9a1c0c8d2573fc;hpb=009ab4a20cfd685ff20b8f922068ffa6900b92c7;p=PuTTY.git diff --git a/psftp.c b/psftp.c index 93a96a4e..92b57a2f 100644 --- 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); }