mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32: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:
@ -187,6 +187,8 @@ static void usage(void)
|
||||
printf(" -P port connect to specified port\n");
|
||||
printf(" -l user connect with specified username\n");
|
||||
printf(" -batch disable all interactive prompts\n");
|
||||
printf(" -proxycmd command\n");
|
||||
printf(" use 'command' as local proxy\n");
|
||||
printf(" -sercfg configuration-string (e.g. 19200,8,n,1,X)\n");
|
||||
printf(" Specify the serial configuration (serial only)\n");
|
||||
printf("The following options only apply to SSH connections:\n");
|
||||
|
Reference in New Issue
Block a user