Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaim, Sean M <Sean.Kaim@ca.com>2016-03-10 00:25:33 +0300
committerKaim, Sean M <Sean.Kaim@ca.com>2016-03-10 00:25:33 +0300
commitd2ca9fbdee780d9be1794a5c7abbc1e7a05d9b81 (patch)
tree43e4c703cc34c946b4a86655dc3ea3d12e732e85 /PSFTP.C
parent11b7c705e3749d1cc0c594ef0f970f4727d7cd3e (diff)
Merge upstream 0.67 tag
http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commit;h=830b7f8898bf05c95e97ba6cc88692637cc8f60a
Diffstat (limited to 'PSFTP.C')
-rw-r--r--PSFTP.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/PSFTP.C b/PSFTP.C
index 2a82ff8e..7f081ab5 100644
--- a/PSFTP.C
+++ b/PSFTP.C
@@ -2679,6 +2679,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);
}