Kaynağa Gözat

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
Tatsuhiro Tsujikawa 15 yıl önce
ebeveyn
işleme
cdfbae327b
5 değiştirilmiş dosya ile 17 ekleme ve 16 silme
  1. 6 0
      ChangeLog
  2. 1 3
      doc/aria2c.1
  3. 4 5
      doc/aria2c.1.html
  4. 3 4
      doc/aria2c.1.txt
  5. 3 4
      src/usage_text.h

+ 6 - 0
ChangeLog

@@ -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.

+ 1 - 3
doc/aria2c.1

@@ -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

+ 4 - 5
doc/aria2c.1.html

@@ -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>

+ 3 - 4
doc/aria2c.1.txt

@@ -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

+ 3 - 4
src/usage_text.h

@@ -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" \