mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -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:
parent
91645175f7
commit
8c09f85a64
@ -1,8 +1,8 @@
|
|||||||
\C{plink} Using the command-line connection tool \i{Plink}
|
\C{plink} Using the command-line connection tool \i{Plink}
|
||||||
|
|
||||||
\i{Plink} (PuTTY Link) is a command-line connection tool similar to
|
\i{Plink} is a command-line connection tool similar to UNIX \c{ssh}.
|
||||||
UNIX \c{ssh}. It is mostly used for \i{automated operations}, such as
|
It is mostly used for \i{automated operations}, such as making CVS
|
||||||
making CVS access a repository on a remote server.
|
access a repository on a remote server.
|
||||||
|
|
||||||
Plink is probably not what you want if you want to run an
|
Plink is probably not what you want if you want to run an
|
||||||
\i{interactive session} in a console window.
|
\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:
|
use Plink:
|
||||||
|
|
||||||
\c Z:\sysosd>plink
|
\c Z:\sysosd>plink
|
||||||
\c PuTTY Link: command-line connection utility
|
\c Plink: command-line connection utility
|
||||||
\c Release 0.XX
|
\c Release 0.XX
|
||||||
\c Usage: plink [options] [user@]host [command]
|
\c Usage: plink [options] [user@]host [command]
|
||||||
\c ("host" can also be a PuTTY saved session name)
|
\c ("host" can also be a PuTTY saved session name)
|
||||||
|
@ -542,7 +542,7 @@ void uxsel_input_remove(int id) { }
|
|||||||
*/
|
*/
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
printf("PuTTY Link: command-line connection utility\n");
|
printf("Plink: command-line connection utility\n");
|
||||||
printf("%s\n", ver);
|
printf("%s\n", ver);
|
||||||
printf("Usage: plink [options] [user@]host [command]\n");
|
printf("Usage: plink [options] [user@]host [command]\n");
|
||||||
printf(" (\"host\" can also be a PuTTY saved session name)\n");
|
printf(" (\"host\" can also be a PuTTY saved session name)\n");
|
||||||
|
@ -172,7 +172,7 @@ void agent_schedule_callback(void (*callback)(void *, void *, int),
|
|||||||
*/
|
*/
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
printf("PuTTY Link: command-line connection utility\n");
|
printf("Plink: command-line connection utility\n");
|
||||||
printf("%s\n", ver);
|
printf("%s\n", ver);
|
||||||
printf("Usage: plink [options] [user@]host [command]\n");
|
printf("Usage: plink [options] [user@]host [command]\n");
|
||||||
printf(" (\"host\" can also be a PuTTY saved session name)\n");
|
printf(" (\"host\" can also be a PuTTY saved session name)\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user