Add the WinXPSP2 alternate-localhost problem to the FAQ.
[sgt/putty] / doc / plink.but
index 61303dc..54ac653 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: plink.but,v 1.20 2004/01/20 12:46:35 jacob Exp $
+\versionid $Id: plink.but,v 1.24 2004/08/03 13:23:48 jacob Exp $
 
 \C{plink} Using the command-line connection tool Plink
 
@@ -43,10 +43,11 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Unidentified build, Jan 20 2004 12:39:22
+\c Release 0.XX
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
+\c   -V        print version information
 \c   -v        show verbose messages
 \c   -load sessname  Load settings from saved session
 \c   -ssh -telnet -rlogin -raw
@@ -225,7 +226,7 @@ start a backup on a remote machine, you might use a command like:
 Or perhaps you want to fetch all system log lines relating to a
 particular web area:
 
-\c plink mysession grep /~fjbloggs/ /var/log/httpd/access.log > fredlogs
+\c plink mysession grep /~fred/ /var/log/httpd/access.log > fredlog
 
 Any non-interactive command you could usefully run on the server
 command line, you can run in a batch file using Plink in this way.