mirror of https://github.com/aria2/aria2
2009-09-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Replaced "CATEGORY" with "TAGS". * src/usage_text.h * doc/aria2c.1.txtpull/1/head
parent
33e04e5014
commit
568226617c
|
@ -1,3 +1,9 @@
|
|||
2009-09-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Replaced "CATEGORY" with "TAGS".
|
||||
* src/usage_text.h
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2009-09-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated the help message for --help option.
|
||||
|
|
|
@ -75,7 +75,7 @@ Check file integrity by validating piece hashes\&. This option has effect only i
|
|||
Continue downloading a partially downloaded file\&. Use this option to resume a download started by a web browser or another program which downloads files sequentially from the beginning\&. Currently this option is only applicable to HTTP(S)/FTP downloads\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-h\fR, \fB\-\-help\fR[=CATEGORY|KEYWORD]
|
||||
\fB\-h\fR, \fB\-\-help\fR[=TAG|KEYWORD]
|
||||
.RS 4
|
||||
The help messages are classified with tags\&. A tag starts with "#"\&. For example, type "\-\-help=#http" to get the usage for the options tagged with "#http"\&. If non\-tag word is given, print the usage for the options whose name includes that word\&. Available Values:
|
||||
\fI#basic\fR,
|
||||
|
|
|
@ -495,7 +495,7 @@ downloading a file like BitTorrent.</p></div>
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
<strong>-h</strong>, <strong>--help</strong>[=CATEGORY|KEYWORD]
|
||||
<strong>-h</strong>, <strong>--help</strong>[=TAG|KEYWORD]
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
|
@ -3235,7 +3235,7 @@ files in the program, then also delete it here.</p></div>
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2009-09-18 21:50:45 JST
|
||||
Last updated 2009-09-18 21:52:44 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -62,7 +62,7 @@ Basic Options
|
|||
program which downloads files sequentially from the beginning.
|
||||
Currently this option is only applicable to HTTP(S)/FTP downloads.
|
||||
|
||||
*-h*, *--help*[=CATEGORY|KEYWORD]::
|
||||
*-h*, *--help*[=TAG|KEYWORD]::
|
||||
|
||||
The help messages are classified with tags. A tag starts with
|
||||
"#". For example, type "--help=#http" to get the usage for the
|
||||
|
|
|
@ -374,7 +374,7 @@ _(" --metalink-enable-unique-protocol=true|false If true is given and several\n"
|
|||
#define TEXT_VERSION \
|
||||
_(" -v, --version Print the version number and exit.")
|
||||
#define TEXT_HELP \
|
||||
_(" -h, --help[=CATEGORY|KEYWORD] Print usage and exit.\n"\
|
||||
_(" -h, --help[=TAG|KEYWORD] Print usage and exit.\n"\
|
||||
" The help messages are classified with tags. A tag\n"\
|
||||
" starts with \"#\". For example, type \"--help=#http\"\n"\
|
||||
" to get the usage for the options tagged with\n"\
|
||||
|
|
Loading…
Reference in New Issue