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:
parent
28292dbc95
commit
7d27dbe4c7
1
plink.c
1
plink.c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user