1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Remove duplicate -no-sanitise-stderr from usage().

This commit is contained in:
Jacob Nevins 2019-02-21 00:27:56 +00:00
parent 2675f9578d
commit 21299b9cd5
2 changed files with 0 additions and 4 deletions

2
pscp.c
View File

@ -2206,8 +2206,6 @@ static void usage(void)
printf(" -proxycmd command\n");
printf(" use 'command' as local proxy\n");
printf(" -unsafe allow server-side wildcards (DANGEROUS)\n");
printf(" -no-sanitise-stderr allow escape sequences in error "
"messages\n");
printf(" -sftp force use of SFTP protocol\n");
printf(" -scp force use of SCP protocol\n");
printf(" -sshlog file\n");

View File

@ -2565,8 +2565,6 @@ static void usage(void)
" standard error\n");
printf(" -proxycmd command\n");
printf(" use 'command' as local proxy\n");
printf(" -no-sanitise-stderr allow escape sequences in error "
"messages\n");
printf(" -sshlog file\n");
printf(" -sshrawlog file\n");
printf(" log protocol details to a file\n");