X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/74aca06df856c5518daf31d2b7a00cc3d798fcaf..8eed910da111b888ec363493ee55c6057eb61acf:/unix/uxplink.c?ds=sidebyside diff --git a/unix/uxplink.c b/unix/uxplink.c index 451d1121..9fce0560 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -263,6 +263,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"