1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Document -logoverwrite and -logappend.

This commit is contained in:
Jacob Nevins
2020-11-25 15:12:56 +00:00
parent 12d483a148
commit 2ebd4ea36a
11 changed files with 67 additions and 1 deletions

View File

@ -543,6 +543,9 @@ static void usage(void)
printf(" -sshlog file\n");
printf(" -sshrawlog file\n");
printf(" log protocol details to a file\n");
printf(" -logoverwrite\n");
printf(" -logappend\n");
printf(" control what happens when a log file already exists\n");
printf(" -shareexists\n");
printf(" test whether a connection-sharing upstream exists\n");
exit(1);