mirror of https://github.com/aria2/aria2
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed --http-auth-scheme option from man page. * doc/aria2c.1.txtpull/1/head
parent
ddaad36680
commit
8a590b4de0
|
@ -1,3 +1,8 @@
|
|||
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed --http-auth-scheme option from man page.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-11-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed --http-auth-scheme option since it doesn't do nothing.
|
||||
|
|
|
@ -295,14 +295,6 @@ is set, then authorization header is always sent to the server\&. There is an ex
|
|||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-http\-auth\-scheme\fR=SCHEME
|
||||
.RS 4
|
||||
Set HTTP authentication scheme\&. Currently,
|
||||
\fIbasic\fR
|
||||
is the only supported scheme\&. Default:
|
||||
\fIbasic\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-http\-user\fR=USER
|
||||
.RS 4
|
||||
Set HTTP user\&. This affects all URLs\&.
|
||||
|
|
|
@ -923,16 +923,6 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--http-auth-scheme</strong>=SCHEME
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Set HTTP authentication scheme.
|
||||
Currently, <em>basic</em> is the only supported scheme.
|
||||
Default: <em>basic</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>--http-user</strong>=USER
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -3431,7 +3421,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-11-29 15:46:53 JST
|
||||
Last updated 2009-11-29 19:28:33 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -211,11 +211,6 @@ HTTP Specific Options
|
|||
embedded in URI, authorization header is always sent to the server
|
||||
regardless of this option. Default: 'false'
|
||||
|
||||
*--http-auth-scheme*=SCHEME::
|
||||
Set HTTP authentication scheme.
|
||||
Currently, 'basic' is the only supported scheme.
|
||||
Default: 'basic'
|
||||
|
||||
*--http-user*=USER::
|
||||
Set HTTP user. This affects all URLs.
|
||||
|
||||
|
|
Loading…
Reference in New Issue