mirror of https://github.com/aria2/aria2
2010-07-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc for --split option. * src/usage_text.hpull/1/head
parent
f0f986077b
commit
a6a18e9ffe
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated doc for --split option.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2010-07-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2010-07-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Updated doc for --min-split-size option.
|
Updated doc for --min-split-size option.
|
||||||
|
|
|
@ -52,7 +52,10 @@
|
||||||
" remaining URLs are used for backup. If less than\n" \
|
" remaining URLs are used for backup. If less than\n" \
|
||||||
" N URLs are given, those URLs are used more than\n" \
|
" N URLs are given, those URLs are used more than\n" \
|
||||||
" once so that N connections total are made\n" \
|
" once so that N connections total are made\n" \
|
||||||
" simultaneously. Please see -j option too.\n" \
|
" simultaneously. The number of connections to the\n" \
|
||||||
|
" same host is restricted by\n" \
|
||||||
|
" --max-connection-per-server option. Please see -j\n" \
|
||||||
|
" and --min-split-size option too.\n" \
|
||||||
" Please note that in Metalink download, this\n" \
|
" Please note that in Metalink download, this\n" \
|
||||||
" option has no effect and use -C option instead.")
|
" option has no effect and use -C option instead.")
|
||||||
#define TEXT_RETRY_WAIT \
|
#define TEXT_RETRY_WAIT \
|
||||||
|
|
Loading…
Reference in New Issue