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>
|
||||
|
||||
Fixed typo
|
||||
|
|
|
@ -815,11 +815,9 @@ Set XML\-RPC user\&.
|
|||
.RS 4
|
||||
If
|
||||
\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
|
||||
\fB\-\-auto\-file\-renaming\fR=\fItrue\fR
|
||||
then, file name will be renamed\&. See
|
||||
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
|
||||
for details\&. Default:
|
||||
option\&. Default:
|
||||
\fIfalse\fR
|
||||
.RE
|
||||
.PP
|
||||
|
|
|
@ -1436,10 +1436,9 @@ writes the piece to the appropriate files.</td>
|
|||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
If <em>false</em> is given, aria2 doesn’t download a file which already exists but
|
||||
the corresponding .aria2 file doesn’t exist.
|
||||
In HTTP(S)/FTP download, if <strong>--auto-file-renaming</strong>=<em>true</em> then,
|
||||
file name will be renamed. See <strong>--auto-file-renaming</strong> for details.
|
||||
If <em>false</em> 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 <strong>--auto-file-renaming</strong> option.
|
||||
Default: <em>false</em>
|
||||
</p>
|
||||
</dd>
|
||||
|
@ -3138,7 +3137,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-05-27 21:37:30 JST
|
||||
Last updated 2009-05-27 21:56:45 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -549,10 +549,10 @@ XML-RPC Options
|
|||
Advanced Options
|
||||
~~~~~~~~~~~~~~~~
|
||||
*--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.
|
||||
In HTTP(S)/FTP download, if *--auto-file-renaming*='true' then,
|
||||
file name will be renamed. See *--auto-file-renaming* for details.
|
||||
|
||||
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'
|
||||
|
||||
*--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"\
|
||||
" Turn off if you encounter any error")
|
||||
#define TEXT_ALLOW_OVERWRITE \
|
||||
_(" --allow-overwrite=true|false If false, aria2 doesn't download a file which\n"\
|
||||
" already exists but the corresponding .aria2 file\n"\
|
||||
" doesn't exist.")
|
||||
_(" --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.")
|
||||
#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"\
|
||||
|
|
Loading…
Reference in New Issue