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:
@ -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");
|
||||
|
Reference in New Issue
Block a user