mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42: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:
@ -542,7 +542,7 @@ void uxsel_input_remove(int id) { }
|
||||
*/
|
||||
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