mirror of https://github.com/aria2/aria2
2008-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo in "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT" section. * doc/aria2c.1.txtpull/1/head
parent
2041d8951c
commit
5faa91e24c
|
@ -1,3 +1,8 @@
|
|||
2008-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed typo in "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT" section.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2008-11-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
* Release 1.0.0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||
.\" Date: 11/18/2008
|
||||
.\" Date: 11/20/2008
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
.TH "ARIA2C" "1" "11/18/2008" "" ""
|
||||
.TH "ARIA2C" "1" "11/20/2008" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -782,8 +782,8 @@ is given, this feature is disabled\&. Default:
|
|||
.RS 4
|
||||
Print the version number, copyright and the configuration information and exit\&.
|
||||
.RE
|
||||
.SS "OPTIONS THAT TAKES OPTIONAL ARGUMENTS"
|
||||
The options that has its arguments surrounded by square brackets([]) are optional\&. Usually ommiting the argument is evaluated to \fItrue\fR\&. If you use short form of these option(such as \fI\-V\fR) of these options and give arugment, then the option name and its argument should be concatenated like \fI\-Vfalse\fR)\&. If any spaces are inserted between the option name and argument, the argument treated as URI and usually this is not what you expect\&.
|
||||
.SS "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT"
|
||||
The options that have its argument surrounded by square brackets([]) take an optional argument\&. Usually ommiting the argument is evaluated to \fItrue\fR\&. If you use short form of these options(such as \fI\-V\fR) and give an arugment, then the option name and its argument should be concatenated(e\&.g\&. \fI\-Vfalse\fR)\&. If any spaces are inserted between the option name and the argument, the argument will be treated as URI and usually this is not what you expect\&.
|
||||
.sp
|
||||
.SS "URL, TORRENT_FILE, METALINK_FILE"
|
||||
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
||||
|
|
|
@ -1433,13 +1433,13 @@ are also allocated if they share a same piece.</td>
|
|||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
<h3 id="_options_that_takes_optional_arguments">OPTIONS THAT TAKES OPTIONAL ARGUMENTS</h3><div style="clear:left"></div>
|
||||
<div class="para"><p>The options that has its arguments surrounded by square brackets([])
|
||||
are optional. Usually ommiting the argument is evaluated to <em>true</em>.
|
||||
If you use short form of these option(such as <em>-V</em>) of these options and give
|
||||
arugment, then the option name and its argument should be concatenated like
|
||||
<em>-Vfalse</em>). If any spaces are inserted between the option name and argument, the
|
||||
argument treated as URI and usually this is not what you expect.</p></div>
|
||||
<h3 id="_options_that_take_an_optional_argument">OPTIONS THAT TAKE AN OPTIONAL ARGUMENT</h3><div style="clear:left"></div>
|
||||
<div class="para"><p>The options that have its argument surrounded by square brackets([])
|
||||
take an optional argument. Usually ommiting the argument is evaluated to <em>true</em>.
|
||||
If you use short form of these options(such as <em>-V</em>) and give
|
||||
an arugment, then the option name and its argument should be concatenated(e.g.
|
||||
<em>-Vfalse</em>). If any spaces are inserted between the option name and the argument,
|
||||
the argument will be treated as URI and usually this is not what you expect.</p></div>
|
||||
<h3 id="_url_torrent_file_metalink_file">URL, TORRENT_FILE, METALINK_FILE</h3><div style="clear:left"></div>
|
||||
<div class="para"><p>You can specify multiple URLs in command-line.
|
||||
Unless you specify <strong>-Z</strong> option, all URLs must point to the same file or downloading will fail.</p></div>
|
||||
|
@ -2030,7 +2030,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2008-11-18 20:35:15 JST
|
||||
Last updated 2008-11-20 21:02:18 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -556,14 +556,14 @@ are also allocated if they share a same piece.
|
|||
Print the version number, copyright and the configuration information and
|
||||
exit.
|
||||
|
||||
OPTIONS THAT TAKES OPTIONAL ARGUMENTS
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The options that has its arguments surrounded by square brackets([])
|
||||
are optional. Usually ommiting the argument is evaluated to 'true'.
|
||||
If you use short form of these option(such as '-V') of these options and give
|
||||
arugment, then the option name and its argument should be concatenated like
|
||||
'-Vfalse'). If any spaces are inserted between the option name and argument, the
|
||||
argument treated as URI and usually this is not what you expect.
|
||||
OPTIONS THAT TAKE AN OPTIONAL ARGUMENT
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The options that have its argument surrounded by square brackets([])
|
||||
take an optional argument. Usually ommiting the argument is evaluated to 'true'.
|
||||
If you use short form of these options(such as '-V') and give
|
||||
an arugment, then the option name and its argument should be concatenated(e.g.
|
||||
'-Vfalse'). If any spaces are inserted between the option name and the argument,
|
||||
the argument will be treated as URI and usually this is not what you expect.
|
||||
|
||||
URL, TORRENT_FILE, METALINK_FILE
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue