1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Update docs/usage for 'plink -shareexists'.

This commit is contained in:
Jacob Nevins
2015-10-22 01:48:35 +01:00
parent 9dd9860cc8
commit 48eafd66aa
5 changed files with 32 additions and 1 deletions

View File

@ -581,6 +581,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(" -shareexists\n");
printf(" test whether a connection-sharing upstream exists\n");
exit(1);
}