Small fixes in manual. Needs a rewrite.

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@212 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Dag Wieers 2008-01-27 14:58:54 +00:00
parent 20a16dc78b
commit 168cb51ddb

View file

@ -42,20 +42,6 @@ kPrint the version of the program and exit.
.B \-i, \-\-inetd
Run from inetd. Default is off.
.TP
.B \-u STRING, \-\-user=STRING
The username to send to HTTPS proxy for authentification.
.TP
.B \-s STRING, \-\-pass=STRING
The password to send to HTTPS proxy for authentification.
.TP
.B \-U STRING, \-\-uservar=STRING
Environment variable containing the username to send to HTTPS proxy
for authentification.
.TP
.B \-S STRING, \-\-passvar=STRING
Environment variable containing the password to send to HTTPS proxy
for authentification.
.TP
.B \-F STRING, \-\-passfile=STRING
The file containing Username & Password to send to HTTPS proxy for
authentification. This file uses the same format as .wgetrc, and so
@ -63,15 +49,23 @@ can use the credentials in common with wget. This option can be used
to at least hide the password from anyone clever enough to use the
`ps' command.
.TP
.B \-g STRING, \-\-proxyhost=STRING
.B \-p STRING, \-\-proxy=STRING
The HTTPS Proxy host:port combo to connect to.
.TP
.B \-P STRING, \-\-proxyauth=STRING
The credentials (user:pass) to use for local HTTP(S) proxy
authentication.
.TP
.B \-d STRING, \-\-dest=STRING
The destination host:port to built the tunnel to.
.TP
.B \-r STRING, \-\-remproxy=STRING
The second-level proxy host:port to connect to.
.TP
.B \-R STRING, \-\-remproxyauth=STRING
The credentials (user:pass) to use for remote HTTP(S) proxy
authentication.
.TP
.B \-v, \-\-verbose
Turn on verbosity. Default is off.
.TP