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
pull/1/head
Tatsuhiro Tsujikawa 2010-01-10 06:55:35 +00:00
parent d94c6b0c9c
commit ea86dbb245
5 changed files with 18 additions and 5 deletions

View File

@ -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> 2010-01-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added --bt-save-metadata option to -i list options. Added --bt-save-metadata option to -i list options.

View File

@ -172,7 +172,9 @@ Specify comma separated hostnames or domains where proxy should not be used\&.
.PP .PP
\fB\-o\fR, \fB\-\-out\fR=FILE \fB\-o\fR, \fB\-\-out\fR=FILE
.RS 4 .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 .RE
.if n \{\ .if n \{\
.sp .sp

View File

@ -763,7 +763,8 @@ downloading a file like BitTorrent.</p></div>
</dt> </dt>
<dd> <dd>
<p> <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> </p>
</dd> </dd>
</dl></div> </dl></div>
@ -3545,7 +3546,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 2010-01-10 15:46:41 JST Last updated 2010-01-10 15:53:40 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -121,7 +121,9 @@ HTTP/FTP Options
used. used.
*-o*, *--out*=FILE:: *-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] [NOTE]
In Metalink or BitTorrent download you cannot specify file name. In Metalink or BitTorrent download you cannot specify file name.

View File

@ -36,7 +36,8 @@
#define TEXT_DIR \ #define TEXT_DIR \
_(" -d, --dir=DIR The directory to store the downloaded file.") _(" -d, --dir=DIR The directory to store the downloaded file.")
#define TEXT_OUT \ #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 \ #define TEXT_LOG \
_(" -l, --log=LOG The file name of the log file. If '-' is\n" \ _(" -l, --log=LOG The file name of the log file. If '-' is\n" \
" specified, log is written to stdout.") " specified, log is written to stdout.")