浏览代码

doc: Fix default value of --peer-id-prefix

Tatsuhiro Tsujikawa 11 年之前
父节点
当前提交
ddee21ce96
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      doc/manual-src/en/aria2c.rst

+ 4 - 1
doc/manual-src/en/aria2c.rst

@@ -849,7 +849,10 @@ BitTorrent Specific Options
   bytes are specified, only first 20 bytes are
   bytes are specified, only first 20 bytes are
   used. If less than 20 bytes are specified, random
   used. If less than 20 bytes are specified, random
   byte data are added to make its length 20 bytes.
   byte data are added to make its length 20 bytes.
-  Default: ``aria2/$VERSION-``, $VERSION is replaced by package version.
+
+  Default: ``A2-$MAJOR-$MINOR-$PATCH-``, $MAJOR, $MINOR and $PATCH are
+  replaced by major, minor and patch version number respectively.  For
+  instance, aria2 version 1.18.8 has prefix ID ``A2-1-18-8-``.
 
 
 .. option:: --seed-ratio=<RATIO>
 .. option:: --seed-ratio=<RATIO>