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
pull/1/head
Tatsuhiro Tsujikawa 2008-05-15 15:57:04 +00:00
parent d76e423884
commit 2c7ae9ebaa
4 changed files with 60 additions and 3 deletions

View File

@ -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> 2008-05-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added --log-level option to specify log level. Log messages under Added --log-level option to specify log level. Log messages under

View File

@ -1,11 +1,11 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
.\" Date: 05/13/2008 .\" Date: 05/16/2008
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "05/13/2008" "" "" .TH "ARIA2C" "1" "05/16/2008" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" 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: pre\-allocates file space before download begins\. This may take some time depending on the size of the file\. Default:
\fIprealloc\fR \fIprealloc\fR
.RE .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 .sp
.it 1 an-trap .it 1 an-trap
.nr an-no-space-flag 1 .nr an-no-space-flag 1

View File

@ -1035,6 +1035,26 @@ writes the piece to the appropriate files.</td>
Default: <em>prealloc</em> Default: <em>prealloc</em>
</p> </p>
</dd> </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> </dl>
<div class="admonitionblock"> <div class="admonitionblock">
<table><tr> <table><tr>
@ -1528,7 +1548,7 @@ files in the program, then also delete it here.</p>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 13-May-2008 00:26:12 JST Last updated 16-May-2008 00:55:34 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -374,6 +374,16 @@ Advanced Options
file. file.
Default: 'prealloc' 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] [NOTE]
In multi file torrent, the files adjacent forward to the specified files In multi file torrent, the files adjacent forward to the specified files
are also allocated if they share a same piece. are also allocated if they share a same piece.