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

Stop referring to Plink as "PuTTY Link".

I don't think anyone has ever actually called it that, colloquially
_or_ formally, and if anyone ever did (in a bug report, say) I'd
probably have to stop and think to work out what they meant. It's
universally called Plink, and should be officially so as well :-)
This commit is contained in:
Simon Tatham
2014-11-22 16:38:01 +00:00
parent 91645175f7
commit 8c09f85a64
3 changed files with 6 additions and 6 deletions

View File

@ -172,7 +172,7 @@ void agent_schedule_callback(void (*callback)(void *, void *, int),
*/
static void usage(void)
{
printf("PuTTY Link: command-line connection utility\n");
printf("Plink: 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");