mirror of https://github.com/aria2/aria2
2008-08-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed man page: --follow-bittorrent should be --follow-torrent * doc/aria2c.1.txtpull/1/head
parent
2283c5ee14
commit
a49523ce99
|
@ -1,3 +1,8 @@
|
|||
2008-08-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed man page: --follow-bittorrent should be --follow-torrent
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2008-08-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed: numCommand is less than the value specified in -C option.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||
.\" Date: 07/16/2008
|
||||
.\" Date: 08/14/2008
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "07/16/2008" "" ""
|
||||
.TH "ARIA2C" "1" "08/14/2008" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -857,7 +857,7 @@ Download files from remote BitTorrent file
|
|||
.sp
|
||||
.RS 4
|
||||
.nf
|
||||
aria2c \-\-follow\-bittorrent=mem http://host/file\&.torrent
|
||||
aria2c \-\-follow\-torrent=mem http://host/file\&.torrent
|
||||
.fi
|
||||
.RE
|
||||
.RE
|
||||
|
|
|
@ -1344,7 +1344,7 @@ directory.</td>
|
|||
<h4 id="_download_files_from_remote_bittorrent_file">Download files from remote BitTorrent file</h4>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre><tt>aria2c --follow-bittorrent=mem http://host/file.torrent</tt></pre>
|
||||
<pre><tt>aria2c --follow-torrent=mem http://host/file.torrent</tt></pre>
|
||||
</div></div>
|
||||
<h4 id="_download_using_a_local_torrent_file">Download using a local torrent file</h4>
|
||||
<div class="listingblock">
|
||||
|
@ -1621,7 +1621,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2008-07-16 23:43:20 JST
|
||||
Last updated 2008-08-14 01:31:21 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -557,7 +557,7 @@ BitTorrent Download
|
|||
Download files from remote BitTorrent file
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
-------------------------------------------------------
|
||||
aria2c --follow-bittorrent=mem http://host/file.torrent
|
||||
aria2c --follow-torrent=mem http://host/file.torrent
|
||||
-------------------------------------------------------
|
||||
|
||||
Download using a local torrent file
|
||||
|
|
Loading…
Reference in New Issue