]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - plink.c
Dynamic port forwarding by means of a local SOCKS server. Fully
[PuTTY.git] / plink.c
diff --git a/plink.c b/plink.c
index 3848214c51b45762504bbbd2f0450f08e19f9153..d61bbeb5699e6a2857b2dc19c853ea5064aa2e69 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -207,6 +207,7 @@ static void usage(void)
     printf("  -batch    disable all interactive prompts\n");
     printf("The following options only apply to SSH connections:\n");
     printf("  -pw passw login with specified password\n");
+    printf("  -D listen-port   Dynamic SOCKS-based port forwarding\n");
     printf("  -L listen-port:host:port   Forward local port to "
           "remote address\n");
     printf("  -R listen-port:host:port   Forward remote port to"