mirror of https://github.com/aria2/aria2
2008-06-30 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated usage text for -s option. * src/usage_text.hpull/1/head
parent
f36e1b34c2
commit
a0fb5ff151
|
@ -1,3 +1,8 @@
|
||||||
|
2008-06-30 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Updated usage text for -s option.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2008-06-30 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-06-30 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Fixed the bug that UTF-8 encoded URL is not URL-encoded properly.
|
Fixed the bug that UTF-8 encoded URL is not URL-encoded properly.
|
||||||
|
|
|
@ -48,7 +48,7 @@ _(" -s, --split=N Download a file using N connections. If more\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, 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.")
|
" simultaneously. Please see -j option too.")
|
||||||
#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"\
|
||||||
" has occured. Specify a value between 0 and 60.\n"\
|
" has occured. Specify a value between 0 and 60.\n"\
|
||||||
|
|
Loading…
Reference in New Issue