2009-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated -T and -M option.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-12-10 12:25:41 +00:00
parent f64a7ed00c
commit d95d6f2a69
4 changed files with 24 additions and 11 deletions

View File

@ -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> 2009-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo Fixed typo

View File

@ -706,7 +706,8 @@ option\&.
.PP .PP
\fB\-T\fR, \fB\-\-torrent\-file\fR=TORRENT_FILE \fB\-T\fR, \fB\-\-torrent\-file\fR=TORRENT_FILE
.RS 4 .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 .RE
.SS "Metalink Specific Options" .SS "Metalink Specific Options"
.PP .PP
@ -726,7 +727,10 @@ is specified, the action mentioned above is not taken\&. Default:
.PP .PP
\fB\-M\fR, \fB\-\-metalink\-file\fR=METALINK_FILE \fB\-M\fR, \fB\-\-metalink\-file\fR=METALINK_FILE
.RS 4 .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 .RE
.PP .PP
\fB\-C\fR, \fB\-\-metalink\-servers\fR=NUM_SERVERS \fB\-C\fR, \fB\-\-metalink\-servers\fR=NUM_SERVERS

View File

@ -1451,8 +1451,8 @@ writes the piece to the appropriate files.</td>
</dt> </dt>
<dd> <dd>
<p> <p>
The path to the .torrent file. The path to the .torrent file. You are not required to use this
You are not required to use this option because you can specify a torrent file without -T. option because you can specify .torrent files without <strong>-T</strong>.
</p> </p>
</dd> </dd>
</dl></div> </dl></div>
@ -1477,8 +1477,9 @@ writes the piece to the appropriate files.</td>
</dt> </dt>
<dd> <dd>
<p> <p>
The file path to .metalink file. You are not required to use this option because you can The file path to .metalink file. Reads input from stdin when <em>-</em> is
specify a metalink file without -M. specified. You are not required to use this option because you can
specify .metalink files without <strong>-M</strong>.
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <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="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2009-12-06 21:18:41 JST Last updated 2009-12-10 21:23:54 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -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. Specify seeding time in minutes. Also see the *--seed-ratio* option.
*-T*, *--torrent-file*=TORRENT_FILE:: *-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 Metalink Specific Options
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
@ -500,8 +501,10 @@ Metalink Specific Options
Default: 'true' Default: 'true'
*-M*, *--metalink-file*=METALINK_FILE:: *-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:: *-C*, *--metalink-servers*=NUM_SERVERS::
The number of servers to connect to simultaneously. The number of servers to connect to simultaneously.