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

Minor tweaks to -nc:

- log host:port in event log
 - add -nc to Plink usage message

[originally from svn r6825]
This commit is contained in:
Jacob Nevins
2006-08-28 17:47:43 +00:00
parent 38ebd5f5ba
commit 74278dcd64
4 changed files with 13 additions and 8 deletions

View File

@ -179,6 +179,8 @@ static void usage(void)
printf(" -m file read remote command(s) from file\n");
printf(" -s remote command is an SSH subsystem (SSH-2 only)\n");
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");
exit(1);
}