]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix up documentation/usage messages for r6572.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 19 Feb 2006 12:52:28 +0000 (12:52 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 19 Feb 2006 12:52:28 +0000 (12:52 +0000)
[originally from svn r6574]
[r6572 == c2b2d9c5390272d05cea55271db130a24281d81f]

doc/plink.but
doc/pscp.but
doc/using.but
pscp.c
psftp.c
unix/uxplink.c
windows/winplink.c

index 9b7b511a21846f53db0f6dcc445f45a5bfdde1aa..850ac44b984148635b6127f4f55f708c3854330b 100644 (file)
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.58
+\c Release 0.XX
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
@@ -71,6 +71,8 @@ use Plink:
 \c   -4 -6     force use of IPv4 or IPv6
 \c   -C        enable compression
 \c   -i key    private key file for authentication
+\c   -noagent  disable use of Pageant
+\c   -agent    enable use of Pageant
 \c   -m file   read remote command(s) from file
 \c   -s        remote command is an SSH subsystem (SSH-2 only)
 \c   -N        don't start a shell/command (SSH-2 only)
index 6f24140efcd682cfb1862c43fc31658d85755e7f..c62ed4dd67eca9ede5531e2966d35e0a441daa52 100644 (file)
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.58
+\c Release 0.XX
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
@@ -60,6 +60,8 @@ use PSCP:
 \c   -4 -6     force use of IPv4 or IPv6
 \c   -C        enable compression
 \c   -i key    private key file for authentication
+\c   -noagent  disable use of Pageant
+\c   -agent    enable use of Pageant
 \c   -batch    disable all interactive prompts
 \c   -unsafe   allow server-side wildcards (DANGEROUS)
 \c   -sftp     force use of SFTP protocol
index 1aa221153b94fd23fe01dc41c1cae20f31b78dc2..bd9e939200f36918b9dbd540f0d6eb2a4084bd3c 100644 (file)
@@ -692,15 +692,12 @@ The \c{-agent} option turns on SSH authentication using Pageant, and
 \c{-noagent} turns it off. These options are only meaningful if you
 are using SSH.
 
-See \k{pageant} for general information on \i{Pageant}
+See \k{pageant} for general information on \i{Pageant}.
 
 These options are equivalent to the agent authentication checkbox in
 the Auth panel of the PuTTY configuration box (see
 \k{config-ssh-tryagent}).
 
-These options are not available in the file transfer tools PSCP and
-PSFTP.
-
 \S2{using-cmdline-agent} \I{-A-upper}\c{-A} and \i\c{-a}: control \i{agent
 forwarding}
 
diff --git a/pscp.c b/pscp.c
index b67782eb29208acbbfc0bb8f40a2c2b58ef6d6a0..9df19637f1c2030fffae31a02dacb985c464bc05 100644 (file)
--- a/pscp.c
+++ b/pscp.c
@@ -2159,6 +2159,8 @@ static void usage(void)
     printf("  -4 -6     force use of IPv4 or IPv6\n");
     printf("  -C        enable compression\n");
     printf("  -i key    private key file for authentication\n");
+    printf("  -noagent  disable use of Pageant\n");
+    printf("  -agent    enable use of Pageant\n");
     printf("  -batch    disable all interactive prompts\n");
     printf("  -unsafe   allow server-side wildcards (DANGEROUS)\n");
     printf("  -sftp     force use of SFTP protocol\n");
diff --git a/psftp.c b/psftp.c
index 2705d45d976ca13d7a81fccc7d3dd2885df99036..6a4ba5636e44fe4fc0f47a05e9c8a57760c5148c 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -2595,6 +2595,8 @@ static void usage(void)
     printf("  -4 -6     force use of IPv4 or IPv6\n");
     printf("  -C        enable compression\n");
     printf("  -i key    private key file for authentication\n");
+    printf("  -noagent  disable use of Pageant\n");
+    printf("  -agent    enable use of Pageant\n");
     printf("  -batch    disable all interactive prompts\n");
     cleanup_exit(1);
 }
index 0e27366e8c5ddbf6fe3ed580307f5392780bde43..735d297b6e044a92084555e8d47b3e34b1e0d776 100644 (file)
@@ -527,6 +527,8 @@ static void usage(void)
     printf("  -4 -6     force use of IPv4 or IPv6\n");
     printf("  -C        enable compression\n");
     printf("  -i key    private key file for authentication\n");
+    printf("  -noagent  disable use of Pageant\n");
+    printf("  -agent    enable use of Pageant\n");
     printf("  -m file   read remote command(s) from file\n");
     printf("  -s        remote command is an SSH subsystem (SSH-2 only)\n");
     printf("  -N        don't start a shell/command (SSH-2 only)\n");
index f6596ee398feb07e78acbf9edeede76510658126..6e520c7242cc7f1aa8d28ade08a84e9077ac680c 100644 (file)
@@ -255,6 +255,8 @@ static void usage(void)
     printf("  -4 -6     force use of IPv4 or IPv6\n");
     printf("  -C        enable compression\n");
     printf("  -i key    private key file for authentication\n");
+    printf("  -noagent  disable use of Pageant\n");
+    printf("  -agent    enable use of Pageant\n");
     printf("  -m file   read remote command(s) from file\n");
     printf("  -s        remote command is an SSH subsystem (SSH-2 only)\n");
     printf("  -N        don't start a shell/command (SSH-2 only)\n");