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

Rewritten help message for --allow-overwrite option.
	* doc/aria2c.1.txt
	* src/usage_text.h
pull/1/head
Tatsuhiro Tsujikawa 2010-01-31 08:14:40 +00:00
parent a4870cacb4
commit cdfbae327b
5 changed files with 17 additions and 16 deletions

View File

@ -1,3 +1,9 @@
2010-01-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Rewritten help message for --allow-overwrite option.
* doc/aria2c.1.txt
* src/usage_text.h
2010-01-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added bittorrent key to the response of tellStatus XML-RPC method.

View File

@ -870,9 +870,7 @@ Set XML\-RPC user\&.
.PP
\fB\-\-allow\-overwrite\fR=\fItrue\fR|\fIfalse\fR
.RS 4
If
\fIfalse\fR
is given, and a file already exists but the corresponding control file (filename\&.aria2) doesn\(cqt exist, then aria2 will not re\-download the file\&. See also
Restart download from scratch if the corresponding control file doesn\(cqt exist\&. See also
\fB\-\-auto\-file\-renaming\fR
option\&. Default:
\fIfalse\fR

View File

@ -1652,10 +1652,9 @@ writes the piece to the appropriate files.</td>
</dt>
<dd>
<p>
If <em>false</em> is given, and a file already exists but the corresponding
control file (filename.aria2) doesn&#8217;t exist, then aria2 will not
re-download the file. See also <strong>--auto-file-renaming</strong> option.
Default: <em>false</em>
Restart download from scratch if the corresponding control file
doesn&#8217;t exist. See also <strong>--auto-file-renaming</strong> option. Default:
<em>false</em>
</p>
</dd>
<dt class="hdlist1">
@ -3713,7 +3712,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-31 17:04:00 JST
Last updated 2010-01-31 17:08:39 JST
</div>
</div>
</body>

View File

@ -603,10 +603,9 @@ Advanced Options
~~~~~~~~~~~~~~~~
*--allow-overwrite*='true'|'false'::
If 'false' is given, and a file already exists but the corresponding
control file (filename.aria2) doesn't exist, then aria2 will not
re-download the file. See also *--auto-file-renaming* option.
Default: 'false'
Restart download from scratch if the corresponding control file
doesn't exist. See also *--auto-file-renaming* option. Default:
'false'
*--allow-piece-length-change*='true'|'false'::
If false is given, aria2 aborts download when a piece length is different

View File

@ -144,10 +144,9 @@
" allocating files.\n" \
" Turn off if you encounter any error")
#define TEXT_ALLOW_OVERWRITE \
_(" --allow-overwrite=true|false If false is given, and a file already exists but\n" \
" the corresponding control file (filename.aria2)\n" \
" doesn't exist, then aria2 will not re-download\n" \
" the file. See also --auto-file-renaming option.")
_(" --allow-overwrite=true|false Restart download from scratch if the\n" \
" corresponding control file doesn't exist. See\n" \
" also --auto-file-renaming option.")
#define TEXT_ALLOW_PIECE_LENGTH_CHANGE \
_(" --allow-piece-length-change=true|false If false is given, aria2 aborts download\n" \
" when a piece length is different from one in\n" \