1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00: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

@ -1,8 +1,8 @@
\C{plink} Using the command-line connection tool \i{Plink}
\i{Plink} (PuTTY Link) is a command-line connection tool similar to
UNIX \c{ssh}. It is mostly used for \i{automated operations}, such as
making CVS access a repository on a remote server.
\i{Plink} is a command-line connection tool similar to UNIX \c{ssh}.
It is mostly used for \i{automated operations}, such as making CVS
access a repository on a remote server.
Plink is probably not what you want if you want to run an
\i{interactive session} in a console window.
@ -40,7 +40,7 @@ version of Plink you're using, and gives you a brief summary of how to
use Plink:
\c Z:\sysosd>plink
\c PuTTY Link: command-line connection utility
\c Plink: command-line connection utility
\c Release 0.XX
\c Usage: plink [options] [user@]host [command]
\c ("host" can also be a PuTTY saved session name)

View File

@ -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");

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");