mirror of https://github.com/aria2/aria2
2009-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented missing experimental tag and newly added xml-rpc tag in man page. * doc/aria2c.1.txtpull/1/head
parent
bf2b6d85fa
commit
aa4bac65d9
|
@ -1,3 +1,9 @@
|
||||||
|
2009-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Documented missing experimental tag and newly added xml-rpc tag in
|
||||||
|
man page.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added xml-rpc help tag. Tagged xml-rpc related options with
|
Added xml-rpc help tag. Tagged xml-rpc related options with
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 09/07/2009
|
.\" Date: 09/11/2009
|
||||||
.\" Manual: Aria2 Manual
|
.\" Manual: Aria2 Manual
|
||||||
.\" Source: Aria2
|
.\" Source: Aria2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "09/07/2009" "Aria2" "Aria2 Manual"
|
.TH "ARIA2C" "1" "09/11/2009" "Aria2" "Aria2 Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -85,6 +85,8 @@ Print usage and exit\&. The help messages are classified in several categories\&
|
||||||
\fIftp\fR,
|
\fIftp\fR,
|
||||||
\fImetalink\fR,
|
\fImetalink\fR,
|
||||||
\fIbittorrent\fR,
|
\fIbittorrent\fR,
|
||||||
|
\fIxml\-rpc\fR,
|
||||||
|
\fIexperimental\fR,
|
||||||
\fIall\fR
|
\fIall\fR
|
||||||
Default:
|
Default:
|
||||||
\fIbasic\fR
|
\fIbasic\fR
|
||||||
|
|
|
@ -505,7 +505,7 @@ downloading a file like BitTorrent.</p></div>
|
||||||
related to HTTP. If no matching category is found, search option name using
|
related to HTTP. If no matching category is found, search option name using
|
||||||
a given word in middle match and print the result.
|
a given word in middle match and print the result.
|
||||||
Available Values: <em>basic</em>, <em>advanced</em>, <em>http</em>, <em>https</em>, <em>ftp</em>, <em>metalink</em>,
|
Available Values: <em>basic</em>, <em>advanced</em>, <em>http</em>, <em>https</em>, <em>ftp</em>, <em>metalink</em>,
|
||||||
<em>bittorrent</em>, <em>all</em>
|
<em>bittorrent</em>, <em>xml-rpc</em>, <em>experimental</em>, <em>all</em>
|
||||||
Default: <em>basic</em>
|
Default: <em>basic</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
@ -3235,7 +3235,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-09-07 23:01:12 JST
|
Last updated 2009-09-11 22:05:19 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -69,7 +69,7 @@ Basic Options
|
||||||
related to HTTP. If no matching category is found, search option name using
|
related to HTTP. If no matching category is found, search option name using
|
||||||
a given word in middle match and print the result.
|
a given word in middle match and print the result.
|
||||||
Available Values: 'basic', 'advanced', 'http', 'https', 'ftp', 'metalink',
|
Available Values: 'basic', 'advanced', 'http', 'https', 'ftp', 'metalink',
|
||||||
'bittorrent', 'all'
|
'bittorrent', 'xml-rpc', 'experimental', 'all'
|
||||||
Default: 'basic'
|
Default: 'basic'
|
||||||
|
|
||||||
HTTP/FTP Options
|
HTTP/FTP Options
|
||||||
|
|
Loading…
Reference in New Issue