mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Document -proxycmd in help and man pages.
Also, in the main documentation, note the hazard that backslashes in the command argument must be doubled.
This commit is contained in:
2
pscp.c
2
pscp.c
@ -2244,6 +2244,8 @@ 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(" -proxycmd command\n");
|
||||
printf(" use 'command' as local proxy\n");
|
||||
printf(" -unsafe allow server-side wildcards (DANGEROUS)\n");
|
||||
printf(" -sftp force use of SFTP protocol\n");
|
||||
printf(" -scp force use of SCP protocol\n");
|
||||
|
Reference in New Issue
Block a user