mirror of https://github.com/aria2/aria2
2010-01-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Rewritten help message for --allow-overwrite option. * doc/aria2c.1.txt * src/usage_text.hpull/1/head
parent
a4870cacb4
commit
cdfbae327b
|
@ -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>
|
2010-01-31 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added bittorrent key to the response of tellStatus XML-RPC method.
|
Added bittorrent key to the response of tellStatus XML-RPC method.
|
||||||
|
|
|
@ -870,9 +870,7 @@ Set XML\-RPC user\&.
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-allow\-overwrite\fR=\fItrue\fR|\fIfalse\fR
|
\fB\-\-allow\-overwrite\fR=\fItrue\fR|\fIfalse\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
If
|
Restart download from scratch if the corresponding control file doesn\(cqt exist\&. See also
|
||||||
\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
|
|
||||||
\fB\-\-auto\-file\-renaming\fR
|
\fB\-\-auto\-file\-renaming\fR
|
||||||
option\&. Default:
|
option\&. Default:
|
||||||
\fIfalse\fR
|
\fIfalse\fR
|
||||||
|
|
|
@ -1652,10 +1652,9 @@ writes the piece to the appropriate files.</td>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
If <em>false</em> is given, and a file already exists but the corresponding
|
Restart download from scratch if the corresponding control file
|
||||||
control file (filename.aria2) doesn’t exist, then aria2 will not
|
doesn’t exist. See also <strong>--auto-file-renaming</strong> option. Default:
|
||||||
re-download the file. See also <strong>--auto-file-renaming</strong> option.
|
<em>false</em>
|
||||||
Default: <em>false</em>
|
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<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="footnotes"><hr /></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2010-01-31 17:04:00 JST
|
Last updated 2010-01-31 17:08:39 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -603,10 +603,9 @@ Advanced Options
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
*--allow-overwrite*='true'|'false'::
|
*--allow-overwrite*='true'|'false'::
|
||||||
|
|
||||||
If 'false' is given, and a file already exists but the corresponding
|
Restart download from scratch if the corresponding control file
|
||||||
control file (filename.aria2) doesn't exist, then aria2 will not
|
doesn't exist. See also *--auto-file-renaming* option. Default:
|
||||||
re-download the file. See also *--auto-file-renaming* option.
|
'false'
|
||||||
Default: 'false'
|
|
||||||
|
|
||||||
*--allow-piece-length-change*='true'|'false'::
|
*--allow-piece-length-change*='true'|'false'::
|
||||||
If false is given, aria2 aborts download when a piece length is different
|
If false is given, aria2 aborts download when a piece length is different
|
||||||
|
|
|
@ -144,10 +144,9 @@
|
||||||
" allocating files.\n" \
|
" allocating files.\n" \
|
||||||
" Turn off if you encounter any error")
|
" Turn off if you encounter any error")
|
||||||
#define TEXT_ALLOW_OVERWRITE \
|
#define TEXT_ALLOW_OVERWRITE \
|
||||||
_(" --allow-overwrite=true|false If false is given, and a file already exists but\n" \
|
_(" --allow-overwrite=true|false Restart download from scratch if the\n" \
|
||||||
" the corresponding control file (filename.aria2)\n" \
|
" corresponding control file doesn't exist. See\n" \
|
||||||
" doesn't exist, then aria2 will not re-download\n" \
|
" also --auto-file-renaming option.")
|
||||||
" the file. See also --auto-file-renaming option.")
|
|
||||||
#define TEXT_ALLOW_PIECE_LENGTH_CHANGE \
|
#define TEXT_ALLOW_PIECE_LENGTH_CHANGE \
|
||||||
_(" --allow-piece-length-change=true|false If false is given, aria2 aborts download\n" \
|
_(" --allow-piece-length-change=true|false If false is given, aria2 aborts download\n" \
|
||||||
" when a piece length is different from one in\n" \
|
" when a piece length is different from one in\n" \
|
||||||
|
|
Loading…
Reference in New Issue