mirror of https://github.com/aria2/aria2
Fit into 80 columns
parent
1d9a4a8aec
commit
db5af2cec3
|
@ -248,14 +248,15 @@
|
||||||
" concurrent downloads according to the bandwidth\n" \
|
" concurrent downloads according to the bandwidth\n" \
|
||||||
" available. aria2 uses the download speed observed\n" \
|
" available. aria2 uses the download speed observed\n" \
|
||||||
" in the previous downloads to adapt the number of\n" \
|
" in the previous downloads to adapt the number of\n" \
|
||||||
" downloads launched in parallel according to the rule\n" \
|
" downloads launched in parallel according to the\n" \
|
||||||
" N = A + B Log10(speed in Mbps). The coefficients\n" \
|
" rule N = A + B Log10(speed in Mbps). The\n" \
|
||||||
" A and B can be customized in the option arguments\n" \
|
" coefficients A and B can be customized in the\n" \
|
||||||
" with A and B separated by a colon. The default values\n" \
|
" option arguments with A and B separated by a\n" \
|
||||||
" (A=5,B=25) lead to using typically 5 parallel\n" \
|
" colon. The default values (A=5,B=25) lead to\n" \
|
||||||
" downloads on 1Mbps networks and above 50 on 100Mbps\n" \
|
" using typically 5 parallel downloads on 1Mbps\n" \
|
||||||
" networks. The number of parallel downloads remains\n" \
|
" networks and above 50 on 100Mbps networks. The\n" \
|
||||||
" constrained under the maximum defined by the\n" \
|
" number of parallel downloads remains constrained\n" \
|
||||||
|
" under the maximum defined by the\n" \
|
||||||
" max-concurrent-downloads parameter.")
|
" max-concurrent-downloads parameter.")
|
||||||
#define TEXT_LOAD_COOKIES \
|
#define TEXT_LOAD_COOKIES \
|
||||||
_(" --load-cookies=FILE Load Cookies from FILE using the Firefox3 format\n" \
|
_(" --load-cookies=FILE Load Cookies from FILE using the Firefox3 format\n" \
|
||||||
|
|
Loading…
Reference in New Issue