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>
|
||||
|
||||
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"\
|
||||
" than N URLs are given, first N URLs are used and\n"\
|
||||
" remaining URLs are used for backup. If less than\n"\
|
||||
" N URLs are given, some of the URLs are used more\n"\
|
||||
" than once so that totaly N connections are made\n"\
|
||||
" N URLs are given, those URLs are used more than\n"\
|
||||
" once so that N connections total are made\n"\
|
||||
" simultaneously.")
|
||||
#define TEXT_RETRY_WAIT \
|
||||
_(" --retry-wait=SEC Set the seconds to wait to retry after an error\n"\
|
||||
|
|
Loading…
Reference in New Issue