1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 14:39:24 -05:00

Remove claim in usage text that Plink defaults to SSH, since it's not true

in a number of situations.

[originally from svn r4484]
This commit is contained in:
Jacob Nevins 2004-08-19 13:15:02 +00:00
parent 7f2a2636eb
commit 87ecc7e052
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
\versionid $Id: plink.but,v 1.24 2004/08/03 13:23:48 jacob Exp $ \versionid $Id: plink.but,v 1.25 2004/08/19 13:14:55 jacob Exp $
\C{plink} Using the command-line connection tool Plink \C{plink} Using the command-line connection tool Plink
@ -51,7 +51,7 @@ use Plink:
\c -v show verbose messages \c -v show verbose messages
\c -load sessname Load settings from saved session \c -load sessname Load settings from saved session
\c -ssh -telnet -rlogin -raw \c -ssh -telnet -rlogin -raw
\c force use of a particular protocol (default SSH) \c force use of a particular protocol
\c -P port connect to specified port \c -P port connect to specified port
\c -l user connect with specified username \c -l user connect with specified username
\c -m file read remote command(s) from file \c -m file read remote command(s) from file

View File

@ -214,7 +214,7 @@ static void usage(void)
printf(" -v show verbose messages\n"); printf(" -v show verbose messages\n");
printf(" -load sessname Load settings from saved session\n"); printf(" -load sessname Load settings from saved session\n");
printf(" -ssh -telnet -rlogin -raw\n"); printf(" -ssh -telnet -rlogin -raw\n");
printf(" force use of a particular protocol (default SSH)\n"); printf(" force use of a particular protocol\n");
printf(" -P port connect to specified port\n"); printf(" -P port connect to specified port\n");
printf(" -l user connect with specified username\n"); printf(" -l user connect with specified username\n");
printf(" -m file read remote command(s) from file\n"); printf(" -m file read remote command(s) from file\n");

View File

@ -212,7 +212,7 @@ static void usage(void)
printf(" -v show verbose messages\n"); printf(" -v show verbose messages\n");
printf(" -load sessname Load settings from saved session\n"); printf(" -load sessname Load settings from saved session\n");
printf(" -ssh -telnet -rlogin -raw\n"); printf(" -ssh -telnet -rlogin -raw\n");
printf(" force use of a particular protocol (default SSH)\n"); printf(" force use of a particular protocol\n");
printf(" -P port connect to specified port\n"); printf(" -P port connect to specified port\n");
printf(" -l user connect with specified username\n"); printf(" -l user connect with specified username\n");
printf(" -m file read remote command(s) from file\n"); printf(" -m file read remote command(s) from file\n");