mirror of https://github.com/aria2/aria2
2009-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated -T and -M option. * doc/aria2c.1.txtpull/1/head
parent
f64a7ed00c
commit
d95d6f2a69
|
@ -1,3 +1,8 @@
|
|||
2009-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated -T and -M option.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed typo
|
||||
|
|
|
@ -706,7 +706,8 @@ option\&.
|
|||
.PP
|
||||
\fB\-T\fR, \fB\-\-torrent\-file\fR=TORRENT_FILE
|
||||
.RS 4
|
||||
The path to the \&.torrent file\&. You are not required to use this option because you can specify a torrent file without \-T\&.
|
||||
The path to the \&.torrent file\&. You are not required to use this option because you can specify \&.torrent files without
|
||||
\fB\-T\fR\&.
|
||||
.RE
|
||||
.SS "Metalink Specific Options"
|
||||
.PP
|
||||
|
@ -726,7 +727,10 @@ is specified, the action mentioned above is not taken\&. Default:
|
|||
.PP
|
||||
\fB\-M\fR, \fB\-\-metalink\-file\fR=METALINK_FILE
|
||||
.RS 4
|
||||
The file path to \&.metalink file\&. You are not required to use this option because you can specify a metalink file without \-M\&.
|
||||
The file path to \&.metalink file\&. Reads input from stdin when
|
||||
\fI\-\fR
|
||||
is specified\&. You are not required to use this option because you can specify \&.metalink files without
|
||||
\fB\-M\fR\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-C\fR, \fB\-\-metalink\-servers\fR=NUM_SERVERS
|
||||
|
|
|
@ -1451,8 +1451,8 @@ writes the piece to the appropriate files.</td>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The path to the .torrent file.
|
||||
You are not required to use this option because you can specify a torrent file without -T.
|
||||
The path to the .torrent file. You are not required to use this
|
||||
option because you can specify .torrent files without <strong>-T</strong>.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
|
@ -1477,8 +1477,9 @@ writes the piece to the appropriate files.</td>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
The file path to .metalink file. You are not required to use this option because you can
|
||||
specify a metalink file without -M.
|
||||
The file path to .metalink file. Reads input from stdin when <em>-</em> is
|
||||
specified. You are not required to use this option because you can
|
||||
specify .metalink files without <strong>-M</strong>.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -3460,7 +3461,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 2009-12-06 21:18:41 JST
|
||||
Last updated 2009-12-10 21:23:54 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -485,8 +485,9 @@ Make sure that the specified ports are open for incoming TCP traffic.
|
|||
Specify seeding time in minutes. Also see the *--seed-ratio* option.
|
||||
|
||||
*-T*, *--torrent-file*=TORRENT_FILE::
|
||||
The path to the .torrent file.
|
||||
You are not required to use this option because you can specify a torrent file without -T.
|
||||
|
||||
The path to the .torrent file. You are not required to use this
|
||||
option because you can specify .torrent files without *-T*.
|
||||
|
||||
Metalink Specific Options
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -500,8 +501,10 @@ Metalink Specific Options
|
|||
Default: 'true'
|
||||
|
||||
*-M*, *--metalink-file*=METALINK_FILE::
|
||||
The file path to .metalink file. You are not required to use this option because you can
|
||||
specify a metalink file without -M.
|
||||
|
||||
The file path to .metalink file. Reads input from stdin when '-' is
|
||||
specified. You are not required to use this option because you can
|
||||
specify .metalink files without *-M*.
|
||||
|
||||
*-C*, *--metalink-servers*=NUM_SERVERS::
|
||||
The number of servers to connect to simultaneously.
|
||||
|
|
Loading…
Reference in New Issue