mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Patch from Alan Clucas (somewhat polished) providing command-line
options to select and configure serial port mode. [originally from svn r8617]
This commit is contained in:
@ -565,6 +565,8 @@ static void usage(void)
|
||||
printf(" -N don't start a shell/command (SSH-2 only)\n");
|
||||
printf(" -nc host:port\n");
|
||||
printf(" open tunnel in place of session (SSH-2 only)\n");
|
||||
printf(" -sercfg configuration-string (e.g. 19200,8,n,1,X)\n");
|
||||
printf(" Specify the serial configuration (serial only)\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user