mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-10 06:02:10 -05:00
In usage messages, correct minor discrepancies with reality, and bump
version number to 0.55 [originally from svn r4382]
This commit is contained in:
parent
ab5a17835d
commit
c78bf8d8c6
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: plink.but,v 1.23 2004/05/22 11:09:31 simon Exp $
|
\versionid $Id: plink.but,v 1.23.2.1 2004/08/03 12:07:37 jacob Exp $
|
||||||
|
|
||||||
\C{plink} Using the command-line connection tool Plink
|
\C{plink} Using the command-line connection tool Plink
|
||||||
|
|
||||||
@ -43,11 +43,11 @@ use Plink:
|
|||||||
|
|
||||||
\c Z:\sysosd>plink
|
\c Z:\sysosd>plink
|
||||||
\c PuTTY Link: command-line connection utility
|
\c PuTTY Link: command-line connection utility
|
||||||
\c Release 0.XX
|
\c Release 0.55
|
||||||
\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)
|
||||||
\c Options:
|
\c Options:
|
||||||
\c -V show version information
|
\c -V print version information
|
||||||
\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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: pscp.but,v 1.28 2004/05/22 11:09:31 simon Exp $
|
\versionid $Id: pscp.but,v 1.28.2.1 2004/08/03 12:07:37 jacob Exp $
|
||||||
|
|
||||||
\#FIXME: Need examples
|
\#FIXME: Need examples
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ use PSCP:
|
|||||||
|
|
||||||
\c Z:\owendadmin>pscp
|
\c Z:\owendadmin>pscp
|
||||||
\c PuTTY Secure Copy client
|
\c PuTTY Secure Copy client
|
||||||
\c Release 0.XX
|
\c Release 0.55
|
||||||
\c Usage: pscp [options] [user@]host:source target
|
\c Usage: pscp [options] [user@]host:source target
|
||||||
\c pscp [options] source [source...] [user@]host:target
|
\c pscp [options] source [source...] [user@]host:target
|
||||||
\c pscp [options] -ls [user@]host:filespec
|
\c pscp [options] -ls [user@]host:filespec
|
||||||
@ -60,8 +60,8 @@ use PSCP:
|
|||||||
\c -batch disable all interactive prompts
|
\c -batch disable all interactive prompts
|
||||||
\c -unsafe allow server-side wildcards (DANGEROUS)
|
\c -unsafe allow server-side wildcards (DANGEROUS)
|
||||||
\c -V print version information
|
\c -V print version information
|
||||||
\c -scp force use of SCP protocol
|
|
||||||
\c -sftp force use of SFTP protocol
|
\c -sftp force use of SFTP protocol
|
||||||
|
\c -scp force use of SCP protocol
|
||||||
|
|
||||||
(PSCP's interface is much like the Unix \c{scp} command, if you're
|
(PSCP's interface is much like the Unix \c{scp} command, if you're
|
||||||
familiar with that.)
|
familiar with that.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user