Ver código fonte

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

	Updated -T and -M option.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 anos atrás
pai
commit
d95d6f2a69
4 arquivos alterados com 24 adições e 11 exclusões
  1. 5 0
      ChangeLog
  2. 6 2
      doc/aria2c.1
  3. 6 5
      doc/aria2c.1.html
  4. 7 4
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -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

+ 6 - 2
doc/aria2c.1

@@ -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

+ 6 - 5
doc/aria2c.1.html

@@ -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>

+ 7 - 4
doc/aria2c.1.txt

@@ -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.