1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

Extra line in the help text to mention you can use a saved session

as well as a hostname.

[originally from svn r1305]
This commit is contained in:
Simon Tatham 2001-09-26 20:31:02 +00:00
parent 28292dbc95
commit 7d27dbe4c7

View File

@ -339,6 +339,7 @@ static void usage(void)
printf("PuTTY Link: command-line connection utility\n");
printf("%s\n", ver);
printf("Usage: plink [options] [user@]host [command]\n");
printf(" (\"host\" can also be a PuTTY saved session name)\n");
printf("Options:\n");
printf(" -v show verbose messages\n");
printf(" -ssh force use of ssh protocol\n");