comparison main.c @ 617:ada20f599490

Update online help.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2014 20:45:40 +0300
parents 1ffacd20b88b
children 7d1aac6b27af
comparison
equal deleted inserted replaced
616:1ffacd20b88b 617:ada20f599490
136 th_args_help(stdout, optList, optListN); 136 th_args_help(stdout, optList, optListN);
137 137
138 printf( 138 printf(
139 "\n" 139 "\n"
140 "Supported proxy types are SOCKS 4/4A and SOCKS 5.\n" 140 "Supported proxy types are SOCKS 4/4A and SOCKS 5.\n"
141 "(Only user/pass auth and no auth supported, no GSSAPI!)\n"
141 "These can be set with the -P option as follows:\n" 142 "These can be set with the -P option as follows:\n"
142 "\n" 143 "\n"
143 " -P <type>://[<userid>[:passwd]@]<host>[:<port>]\n" 144 " -P <type>://[<userid>[:passwd]@]<host>[:<port>]\n"
144 "\n" 145 "\n"
145 "Type can be socks4, socks4a or socks5. Only socks5\n" 146 "Type can be socks4, socks4a or socks5. Only socks5\n"