mirror of https://github.com/aria2/aria2
2010-08-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Quoted sample tracker URIs. * doc/aria2c.1.txtpull/1/head
parent
ab3d649eef
commit
d07ed1cc34
|
@ -1,3 +1,8 @@
|
|||
2010-08-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Quoted sample tracker URIs.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-08-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Documented --bt-tracker and --bt-exclude-tracker option in man
|
||||
|
|
|
@ -3979,7 +3979,7 @@ If aria2c is not built with c\-ares, \fB\-\-enable\-async\-dns6\fR is unnecessar
|
|||
\fBAdd and remove tracker URI\fR
|
||||
.RS 4
|
||||
.sp
|
||||
Removes all tracker announce URIs described in file\&.torrent and use http://tracker1/announce and http://tracker2/announce instead\&.
|
||||
Removes all tracker announce URIs described in file\&.torrent and use "http://tracker1/announce" and "http://tracker2/announce" instead\&.
|
||||
.sp
|
||||
.if n \{\
|
||||
.RS 4
|
||||
|
|
|
@ -4212,7 +4212,7 @@ unnecessary. aria2 shares same port between IPv4 and IPv6 DHT.</td>
|
|||
</div>
|
||||
<h4 id="_add_and_remove_tracker_uri">Add and remove tracker URI</h4>
|
||||
<div class="paragraph"><p>Removes all tracker announce URIs described in file.torrent and use
|
||||
<a href="http://tracker1/announce">http://tracker1/announce</a> and <a href="http://tracker2/announce">http://tracker2/announce</a> instead.</p></div>
|
||||
"http://tracker1/announce" and "http://tracker2/announce" instead.</p></div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre><tt>aria2c --bt-exclude-tracker="*" --bt-tracker="http://tracker1/announce,http://tracker2/announce" file.torrent</tt></pre>
|
||||
|
@ -4354,7 +4354,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 2010-08-25 23:19:41 JST
|
||||
Last updated 2010-08-25 23:23:52 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2226,7 +2226,7 @@ Add and remove tracker URI
|
|||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Removes all tracker announce URIs described in file.torrent and use
|
||||
http://tracker1/announce and http://tracker2/announce instead.
|
||||
"http://tracker1/announce" and "http://tracker2/announce" instead.
|
||||
|
||||
---------------------------------------------------------------------------------------------------------
|
||||
aria2c --bt-exclude-tracker="*" --bt-tracker="http://tracker1/announce,http://tracker2/announce" file.torrent
|
||||
|
|
Loading…
Reference in New Issue