Просмотр исходного кода

Merge pull request #596 from ITriskTI/patch-1

little fix
Tatsuhiro Tsujikawa 9 лет назад
Родитель
Сommit
acf93eb47b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/manual-src/en/aria2c.rst

+ 2 - 2
doc/manual-src/en/aria2c.rst

@@ -1465,11 +1465,11 @@ Advanced Options
   previous downloads to adapt the number of downloads launched in
   previous downloads to adapt the number of downloads launched in
   parallel according to the rule N = A + B Log10(speed in Mbps). The
   parallel according to the rule N = A + B Log10(speed in Mbps). The
   coefficients A and B can be customized in the option arguments with
   coefficients A and B can be customized in the option arguments with
-  A and B separated by a colon. The default values (A=5,B=25) lead to
+  A and B separated by a colon. The default values (A=5, B=25) lead to
   using typically 5 parallel downloads on 1Mbps networks and above 50
   using typically 5 parallel downloads on 1Mbps networks and above 50
   on 100Mbps networks. The number of parallel downloads remains
   on 100Mbps networks. The number of parallel downloads remains
   constrained under the maximum defined by the
   constrained under the maximum defined by the
-  max-concurrent-downloads parameter.
+  :option:`--max-concurrent-downloads` parameter.
   Default: ``false``
   Default: ``false``
 
 
 .. option:: --piece-length=<LENGTH>
 .. option:: --piece-length=<LENGTH>