Browse Source

2009-03-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Updated usage doc for --bt-tracker-interval option.
	* src/usage_text.h
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 years ago
parent
commit
1e17795a84
4 changed files with 5 additions and 5 deletions
  1. 1 1
      doc/aria2c.1
  2. 2 2
      doc/aria2c.1.html
  3. 1 1
      doc/aria2c.1.txt
  4. 1 1
      src/usage_text.h

+ 1 - 1
doc/aria2c.1

@@ -497,7 +497,7 @@ Seed previously downloaded files without verifying piece hashes\&. Default:
 .PP
 .PP
 \fB\-\-bt\-tracker\-interval\fR=SEC
 \fB\-\-bt\-tracker\-interval\fR=SEC
 .RS 4
 .RS 4
-Set the interval in seconds between tracker requests\&. This completely overrides interval value and aria2 just uses this value and ignores the minInterval and interval value in the response of tracker\&. If
+Set the interval in seconds between tracker requests\&. This completely overrides interval value and aria2 just uses this value and ignores the min interval and interval value in the response of tracker\&. If
 \fI0\fR
 \fI0\fR
 is set, aria2 determines interval based on the response of tracker and the download progress\&. Default:
 is set, aria2 determines interval based on the response of tracker and the download progress\&. Default:
 \fI0\fR
 \fI0\fR

+ 2 - 2
doc/aria2c.1.html

@@ -1053,7 +1053,7 @@ writes the piece to the appropriate files.</td>
 <p>
 <p>
   Set the interval in seconds between tracker requests. This
   Set the interval in seconds between tracker requests. This
   completely overrides interval value and aria2 just uses this value
   completely overrides interval value and aria2 just uses this value
-  and ignores the minInterval and interval value in the response of
+  and ignores the min interval and interval value in the response of
   tracker. If <em>0</em> is set, aria2 determines interval based on the
   tracker. If <em>0</em> is set, aria2 determines interval based on the
   response of tracker and the download progress.  Default: <em>0</em>
   response of tracker and the download progress.  Default: <em>0</em>
 </p>
 </p>
@@ -2337,7 +2337,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 </div>
 <div id="footer">
 <div id="footer">
 <div id="footer-text">
 <div id="footer-text">
-Last updated 2009-03-22 00:13:56 JST
+Last updated 2009-03-22 16:27:15 JST
 </div>
 </div>
 </div>
 </div>
 </body>
 </body>

+ 1 - 1
doc/aria2c.1.txt

@@ -371,7 +371,7 @@ BitTorrent Specific Options
 *--bt-tracker-interval*=SEC::
 *--bt-tracker-interval*=SEC::
   Set the interval in seconds between tracker requests. This
   Set the interval in seconds between tracker requests. This
   completely overrides interval value and aria2 just uses this value
   completely overrides interval value and aria2 just uses this value
-  and ignores the minInterval and interval value in the response of
+  and ignores the min interval and interval value in the response of
   tracker. If '0' is set, aria2 determines interval based on the
   tracker. If '0' is set, aria2 determines interval based on the
   response of tracker and the download progress.  Default: '0'
   response of tracker and the download progress.  Default: '0'
 
 

+ 1 - 1
src/usage_text.h

@@ -509,7 +509,7 @@ _(" --dry-run[=true|false]       If true is given, aria2 just checks whether the
 _(" --bt-tracker-interval=SEC    Set the interval in seconds between tracker\n"\
 _(" --bt-tracker-interval=SEC    Set the interval in seconds between tracker\n"\
   "                              requests. This completely overrides interval value\n"\
   "                              requests. This completely overrides interval value\n"\
   "                              and aria2 just uses this value and ignores the\n"\
   "                              and aria2 just uses this value and ignores the\n"\
-  "                              minInterval and interval value in the response of\n"\
+  "                              min interval and interval value in the response of\n"\
   "                              tracker. If 0 is set, aria2 determines interval\n"\
   "                              tracker. If 0 is set, aria2 determines interval\n"\
   "                              based on the response of tracker and the download\n"\
   "                              based on the response of tracker and the download\n"\
   "                              progress.")
   "                              progress.")