浏览代码

2009-09-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Replaced "CATEGORY" with "TAGS".
	* src/usage_text.h
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 年之前
父节点
当前提交
568226617c
共有 5 个文件被更改,包括 11 次插入5 次删除
  1. 6 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 2 2
      doc/aria2c.1.html
  4. 1 1
      doc/aria2c.1.txt
  5. 1 1
      src/usage_text.h

+ 6 - 0
ChangeLog

@@ -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.

+ 1 - 1
doc/aria2c.1

@@ -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,

+ 2 - 2
doc/aria2c.1.html

@@ -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>

+ 1 - 1
doc/aria2c.1.txt

@@ -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

+ 1 - 1
src/usage_text.h

@@ -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"\