mirror of https://github.com/aria2/aria2
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Rewritten the help message for --allow-overwrite option. * doc/aria2c.1.txt * src/usage_text.hpull/1/head
parent
afe1d551e8
commit
7a8e2fdadb
|
@ -1,3 +1,9 @@
|
||||||
|
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Rewritten the help message for --allow-overwrite option.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Fixed typo
|
Fixed typo
|
||||||
|
|
|
@ -815,11 +815,9 @@ Set XML\-RPC user\&.
|
||||||
.RS 4
|
.RS 4
|
||||||
If
|
If
|
||||||
\fIfalse\fR
|
\fIfalse\fR
|
||||||
is given, aria2 doesn\(cqt download a file which already exists but the corresponding \&.aria2 file doesn\(cqt exist\&. In HTTP(S)/FTP download, if
|
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=\fItrue\fR
|
|
||||||
then, file name will be renamed\&. See
|
|
||||||
\fB\-\-auto\-file\-renaming\fR
|
\fB\-\-auto\-file\-renaming\fR
|
||||||
for details\&. Default:
|
option\&. Default:
|
||||||
\fIfalse\fR
|
\fIfalse\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -1436,10 +1436,9 @@ writes the piece to the appropriate files.</td>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
If <em>false</em> is given, aria2 doesn’t download a file which already exists but
|
If <em>false</em> is given, and a file already exists but the corresponding
|
||||||
the corresponding .aria2 file doesn’t exist.
|
control file (filename.aria2) doesn’t exist, then aria2 will not
|
||||||
In HTTP(S)/FTP download, if <strong>--auto-file-renaming</strong>=<em>true</em> then,
|
re-download the file. See also <strong>--auto-file-renaming</strong> option.
|
||||||
file name will be renamed. See <strong>--auto-file-renaming</strong> for details.
|
|
||||||
Default: <em>false</em>
|
Default: <em>false</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -3138,7 +3137,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-05-27 21:37:30 JST
|
Last updated 2009-05-27 21:56:45 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -549,10 +549,10 @@ XML-RPC Options
|
||||||
Advanced Options
|
Advanced Options
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
*--allow-overwrite*='true'|'false'::
|
*--allow-overwrite*='true'|'false'::
|
||||||
If 'false' is given, aria2 doesn't download a file which already exists but
|
|
||||||
the corresponding .aria2 file doesn't exist.
|
If 'false' is given, and a file already exists but the corresponding
|
||||||
In HTTP(S)/FTP download, if *--auto-file-renaming*='true' then,
|
control file (filename.aria2) doesn't exist, then aria2 will not
|
||||||
file name will be renamed. See *--auto-file-renaming* for details.
|
re-download the file. See also *--auto-file-renaming* option.
|
||||||
Default: 'false'
|
Default: 'false'
|
||||||
|
|
||||||
*--allow-piece-length-change*='true'|'false'::
|
*--allow-piece-length-change*='true'|'false'::
|
||||||
|
|
|
@ -139,9 +139,10 @@ _(" --enable-direct-io[=true|false] Enable directI/O, which lowers cpu usage whi
|
||||||
" 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, aria2 doesn't download a file which\n"\
|
_(" --allow-overwrite=true|false If false is given, and a file already exists but\n"\
|
||||||
" already exists but the corresponding .aria2 file\n"\
|
" the corresponding control file (filename.aria2)\n"\
|
||||||
" doesn't exist.")
|
" doesn't exist, then aria2 will not re-download\n"\
|
||||||
|
" 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