소스 검색

2008-05-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Added --log-level and --summary-interval to man page.
	* doc/aria2c.1.txt
	* doc/aria2c.1.html
	* doc/aria2c.1
Tatsuhiro Tsujikawa 17 년 전
부모
커밋
2c7ae9ebaa
4개의 변경된 파일60개의 추가작업 그리고 3개의 파일을 삭제
  1. 7 0
      ChangeLog
  2. 22 2
      doc/aria2c.1
  3. 21 1
      doc/aria2c.1.html
  4. 10 0
      doc/aria2c.1.txt

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2008-05-16  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Added --log-level and --summary-interval to man page.
+	* doc/aria2c.1.txt
+	* doc/aria2c.1.html
+	* doc/aria2c.1	
+
 2008-05-16  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Added --log-level option to specify log level. Log messages under

+ 22 - 2
doc/aria2c.1

@@ -1,11 +1,11 @@
 .\"     Title: aria2c
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
-.\"      Date: 05/13/2008
+.\"      Date: 05/16/2008
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "ARIA2C" "1" "05/13/2008" "" ""
+.TH "ARIA2C" "1" "05/16/2008" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -512,6 +512,26 @@ doesn\'t pre\-allocate file space\.
 pre\-allocates file space before download begins\. This may take some time depending on the size of the file\. Default:
 \fIprealloc\fR
 .RE
+.PP
+\-\-log\-level=LEVEL
+.RS 4
+Set log level to output\. LEVEL is either
+\fIdebug\fR,
+\fIinfo\fR,
+\fInotice\fR,
+\fIwarn\fR
+or
+\fIerror\fR\. Default:
+\fIdebug\fR
+.RE
+.PP
+\-\-summary\-interval=SEC
+.RS 4
+Set interval in seconds to output download progress summary\. Setting
+\fI0\fR
+suppresses the output\. Default:
+\fI60\fR
+.RE
 .sp
 .it 1 an-trap
 .nr an-no-space-flag 1

+ 21 - 1
doc/aria2c.1.html

@@ -1035,6 +1035,26 @@ writes the piece to the appropriate files.</td>
   Default: <em>prealloc</em>
 </p>
 </dd>
+<dt>
+&#8212;log-level=LEVEL
+</dt>
+<dd>
+<p>
+  Set log level to output.
+  LEVEL is either <em>debug</em>, <em>info</em>, <em>notice</em>, <em>warn</em> or <em>error</em>.
+  Default: <em>debug</em>
+</p>
+</dd>
+<dt>
+&#8212;summary-interval=SEC
+</dt>
+<dd>
+<p>
+  Set interval in seconds to output download progress summary.
+  Setting <em>0</em> suppresses the output.
+  Default: <em>60</em>
+</p>
+</dd>
 </dl>
 <div class="admonitionblock">
 <table><tr>
@@ -1528,7 +1548,7 @@ files in the program, then also delete it here.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 13-May-2008 00:26:12 JST
+Last updated 16-May-2008 00:55:34 JST
 </div>
 </div>
 </body>

+ 10 - 0
doc/aria2c.1.txt

@@ -374,6 +374,16 @@ Advanced Options
   file.
   Default: 'prealloc'
 
+--log-level=LEVEL::
+  Set log level to output.
+  LEVEL is either 'debug', 'info', 'notice', 'warn' or 'error'.
+  Default: 'debug'
+
+--summary-interval=SEC::
+  Set interval in seconds to output download progress summary.
+  Setting '0' suppresses the output.
+  Default: '60'
+
 [NOTE]
 In multi file torrent, the files adjacent forward to the specified files
 are also allocated if they share a same piece.