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

Mention plink's new -N option in usage and man page.

[originally from svn r4643]
This commit is contained in:
Jacob Nevins
2004-10-15 23:32:01 +00:00
parent 70230fc0ca
commit 94546cdc2a
4 changed files with 8 additions and 1 deletions

View File

@ -230,6 +230,7 @@ static void usage(void)
printf(" -C enable compression\n");
printf(" -i key private key file for authentication\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");
exit(1);
}