mirror of https://github.com/aria2/aria2
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented that the default value of --use-head is 'false' in man page. * doc/aria2c.1.txtpull/1/head
parent
3354f9d2d1
commit
990928b518
|
@ -1,3 +1,9 @@
|
|||
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented that the default value of --use-head is 'false' in man
|
||||
page.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added bt-stop-timeout option to -i list.
|
||||
|
|
|
@ -392,7 +392,7 @@ Save Cookies to FILE in Mozilla/Firefox(1\&.x/2\&.x)/ Netscape format\&. If FILE
|
|||
\fB\-\-use\-head\fR[=\fItrue\fR|\fIfalse\fR]
|
||||
.RS 4
|
||||
Use HEAD method for the first request to the HTTP server\&. Default:
|
||||
\fItrue\fR
|
||||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
\fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT
|
||||
|
|
|
@ -900,7 +900,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
|
|||
<dd>
|
||||
<p>
|
||||
Use HEAD method for the first request to the HTTP server.
|
||||
Default: <em>true</em>
|
||||
Default: <em>false</em>
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -3188,7 +3188,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-07-05 14:40:49 JST
|
||||
Last updated 2009-07-05 14:43:00 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -272,7 +272,7 @@ If aria2 is built without libsqlite3, then it doesn't support Firefox3 cookie fo
|
|||
|
||||
*--use-head*[='true'|'false']::
|
||||
Use HEAD method for the first request to the HTTP server.
|
||||
Default: 'true'
|
||||
Default: 'false'
|
||||
|
||||
|
||||
*-U*, *--user-agent*=USER_AGENT::
|
||||
|
|
Loading…
Reference in New Issue