mirror of https://github.com/aria2/aria2
2008-06-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Clarified usage text for --split option. * src/usage_text.hpull/1/head
parent
459f2f16a6
commit
95c9faef79
|
@ -1,3 +1,8 @@
|
||||||
|
2008-06-26 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Clarified usage text for --split option.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2008-06-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-06-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Bump up version number to 0.15.0dev. "dev" means "development"
|
Bump up version number to 0.15.0dev. "dev" means "development"
|
||||||
|
|
|
@ -46,8 +46,8 @@ _(" -D, --daemon Run as daemon.")
|
||||||
_(" -s, --split=N Download a file using N connections. If more\n"\
|
_(" -s, --split=N Download a file using N connections. If more\n"\
|
||||||
" than N URLs are given, first N URLs are used and\n"\
|
" than N URLs are given, first N URLs are used and\n"\
|
||||||
" remaining URLs are used for backup. If less than\n"\
|
" remaining URLs are used for backup. If less than\n"\
|
||||||
" N URLs are given, some of the URLs are used more\n"\
|
" N URLs are given, those URLs are used more than\n"\
|
||||||
" than once so that totaly N connections are made\n"\
|
" once so that N connections total are made\n"\
|
||||||
" simultaneously.")
|
" simultaneously.")
|
||||||
#define TEXT_RETRY_WAIT \
|
#define TEXT_RETRY_WAIT \
|
||||||
_(" --retry-wait=SEC Set the seconds to wait to retry after an error\n"\
|
_(" --retry-wait=SEC Set the seconds to wait to retry after an error\n"\
|
||||||
|
|
Loading…
Reference in New Issue