Explorar el Código

2010-01-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Added following sentance to the help message of --out option:
	--out option is ignored when -Z is used.
	* doc/aria2c.1.txt
	* src/usage_text.h
Tatsuhiro Tsujikawa hace 16 años
padre
commit
ea86dbb245
Se han modificado 5 ficheros con 18 adiciones y 5 borrados
  1. 7 0
      ChangeLog
  2. 3 1
      doc/aria2c.1
  3. 3 2
      doc/aria2c.1.html
  4. 3 1
      doc/aria2c.1.txt
  5. 2 1
      src/usage_text.h

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2010-01-10  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Added following sentance to the help message of --out option:
+	--out option is ignored when -Z is used.
+	* doc/aria2c.1.txt
+	* src/usage_text.h
+
 2010-01-10  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Added --bt-save-metadata option to -i list options.

+ 3 - 1
doc/aria2c.1

@@ -172,7 +172,9 @@ Specify comma separated hostnames or domains where proxy should not be used\&.
 .PP
 \fB\-o\fR, \fB\-\-out\fR=FILE
 .RS 4
-The file name of the downloaded file\&.
+The file name of the downloaded file\&. When
+\fB\-Z\fR
+option is used, this option is ignored\&.
 .RE
 .if n \{\
 .sp

+ 3 - 2
doc/aria2c.1.html

@@ -763,7 +763,8 @@ downloading a file like BitTorrent.</p></div>
 </dt>
 <dd>
 <p>
-  The file name of the downloaded file.
+  The file name of the downloaded file. When <strong>-Z</strong> option is used, this
+  option is ignored.
 </p>
 </dd>
 </dl></div>
@@ -3545,7 +3546,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-01-10 15:46:41 JST
+Last updated 2010-01-10 15:53:40 JST
 </div>
 </div>
 </body>

+ 3 - 1
doc/aria2c.1.txt

@@ -121,7 +121,9 @@ HTTP/FTP Options
   used.
 
 *-o*, *--out*=FILE::
-  The file name of the downloaded file.
+
+  The file name of the downloaded file. When *-Z* option is used, this
+  option is ignored.
 
 [NOTE]
 In Metalink or BitTorrent download you cannot specify file name.

+ 2 - 1
src/usage_text.h

@@ -36,7 +36,8 @@
 #define TEXT_DIR                                                        \
   _(" -d, --dir=DIR                The directory to store the downloaded file.")
 #define TEXT_OUT                                                        \
-  _(" -o, --out=FILE               The file name of the downloaded file.")
+  _(" -o, --out=FILE               The file name of the downloaded file. When -Z\n"\
+    "                              option is used, this option is ignored.")
 #define TEXT_LOG                                                        \
   _(" -l, --log=LOG                The file name of the log file. If '-' is\n" \
     "                              specified, log is written to stdout.")