mirror of https://github.com/aria2/aria2
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented the default value of --check-certificate option in man page. * doc/aria2c.1.txtpull/1/head
parent
63ddc1f147
commit
fe66fb6eae
|
@ -1,3 +1,9 @@
|
|||
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented the default value of --check-certificate option in man
|
||||
page.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Enabled --check-certificate by default. Added compile
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||
.\" Date: 12/03/2008
|
||||
.\" Date: 12/04/2008
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "12/03/2008" "" ""
|
||||
.TH "ARIA2C" "1" "12/04/2008" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -246,7 +246,8 @@ option to specify the private key\&.
|
|||
.RS 4
|
||||
Verify the peer using certificates specified in
|
||||
\fB\-\-ca\-certificate\fR
|
||||
option\&.
|
||||
option\&. Default:
|
||||
\fItrue\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-http\-auth\-scheme\fR=SCHEME
|
||||
|
|
|
@ -683,6 +683,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
|||
<dd>
|
||||
<p>
|
||||
Verify the peer using certificates specified in <strong>--ca-certificate</strong> option.
|
||||
Default: <em>true</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>
|
||||
|
@ -2030,7 +2031,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2008-12-03 00:54:19 JST
|
||||
Last updated 2008-12-04 01:08:46 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -181,6 +181,7 @@ HTTP Specific Options
|
|||
|
||||
*--check-certificate*[='true'|'false']::
|
||||
Verify the peer using certificates specified in *--ca-certificate* option.
|
||||
Default: 'true'
|
||||
|
||||
*--http-auth-scheme*=SCHEME::
|
||||
Set HTTP authentication scheme.
|
||||
|
|
Loading…
Reference in New Issue