Browse Source

2008-12-29 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Added the description of --use-head option to man page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 17 years ago
parent
commit
0c47649378
4 changed files with 28 additions and 3 deletions
  1. 5 0
      ChangeLog
  2. 8 2
      doc/aria2c.1
  3. 10 1
      doc/aria2c.1.html
  4. 5 0
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-12-29  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Added the description of --use-head option to man page.
+	* doc/aria2c.1.txt
+
 2008-12-29  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Bump up version number to 1.1.2

+ 8 - 2
doc/aria2c.1

@@ -1,11 +1,11 @@
 .\"     Title: aria2c
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
-.\"      Date: 12/17/2008
+.\"      Date: 12/29/2008
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "ARIA2C" "1" "12/17/2008" "" ""
+.TH "ARIA2C" "1" "12/29/2008" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -325,6 +325,12 @@ Load Cookies from FILE using the Firefox3 format (SQLite3) and the Mozilla/Firef
 Note
 If aria2 is built without libsqlite3, then it doesn\'t support Firefox3 cookie format\&.
 .PP
+\fB\-\-use\-head\fR[=\fItrue\fR|\fIfalse\fR]
+.RS 4
+Use HEAD method for the first request to the HTTP server\&. Default:
+\fItrue\fR
+.RE
+.PP
 \fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT
 .RS 4
 Set user agent for HTTP(S) downloads\&.

+ 10 - 1
doc/aria2c.1.html

@@ -799,6 +799,15 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
 </div>
 <div class="vlist"><dl>
 <dt>
+<strong>--use-head</strong>[=<em>true</em>|<em>false</em>]
+</dt>
+<dd>
+<p>
+  Use HEAD method for the first request to the HTTP server.
+  Default: <em>true</em>
+</p>
+</dd>
+<dt>
 <strong>-U</strong>, <strong>--user-agent</strong>=USER_AGENT
 </dt>
 <dd>
@@ -2055,7 +2064,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2008-12-17 21:07:02 JST
+Last updated 2008-12-29 23:10:06 JST
 </div>
 </div>
 </body>

+ 5 - 0
doc/aria2c.1.txt

@@ -233,6 +233,11 @@ HTTP Specific Options
 [NOTE]
 If aria2 is built without libsqlite3, then it doesn't support Firefox3 cookie format.
 
+*--use-head*[='true'|'false']::
+  Use HEAD method for the first request to the HTTP server.
+  Default: 'true'
+
+
 *-U*, *--user-agent*=USER_AGENT::
   Set user agent for HTTP(S) downloads.