mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Add long options missing from --help and manual page
This commit is contained in:
parent
352c89cd5a
commit
be12e0219a
2 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ void cmdline_parser_print_help (void) {
|
|||
" /usr/share/doc/proxytunnel/README.Debian.gz)\n"
|
||||
" -B, --buggy-encrypt-proxy Equivalent to -E -W, provided for backwards\n"
|
||||
" compatibility\n"
|
||||
" -L Enforce TLSv1 connection (legacy)\n"
|
||||
" -L, --tlsenforce Enforce TLSv1 connection (legacy)\n"
|
||||
" -T, --no-ssl3 Do not connect using SSLv3\n"
|
||||
" -z, --no-check-certificate Don't verify server SSL certificate\n"
|
||||
" -C, --cacert=STRING Path to trusted CA certificate or directory\n"
|
||||
|
|
@ -85,7 +85,7 @@ void cmdline_parser_print_help (void) {
|
|||
" -N, --ntlm Use NTLM based authentication\n"
|
||||
" -t, --domain=STRING NTLM domain (default: autodetect)\n"
|
||||
" -H, --header=STRING Add additional HTTP headers to send to proxy\n"
|
||||
" -o STRING Send custom Host Header\n"
|
||||
" -o, --host=STRING Send custom Host Header\n"
|
||||
#ifdef SETPROCTITLE
|
||||
" -x, --proctitle=STRING Use a different process title\n"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ also be used for other proxy-traversing purposes like proxy bouncing.
|
|||
*-B*, *--buggy-encrypt-proxy*::
|
||||
Equivalent to *-E -W*. (Provided for backwards compatibility.)
|
||||
|
||||
*-L*::
|
||||
*-L*, *--tlsenforce*::
|
||||
Enforce TLSv1 connection (legacy)
|
||||
|
||||
*-T*, *--no-ssl3*::
|
||||
|
|
@ -110,7 +110,7 @@ also be used for other proxy-traversing purposes like proxy bouncing.
|
|||
*-H*, *--header*=_STRING_::
|
||||
Add additional HTTP headers to send to proxy
|
||||
|
||||
*-o* _STRING_::
|
||||
*-o*, *--host*=_STRING_::
|
||||
Send a customer Host Header
|
||||
|
||||
*-x*, *--proctitle*=_STRING_::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue