diff --git a/ChangeLog b/ChangeLog index 6eaed0aa..c303ea7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-30 Tatsuhiro Tsujikawa + + Updated usage text for -s option. + * src/usage_text.h + 2008-06-30 Tatsuhiro Tsujikawa Fixed the bug that UTF-8 encoded URL is not URL-encoded properly. diff --git a/src/usage_text.h b/src/usage_text.h index 0df90d2a..8377e0df 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -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"\ " N URLs are given, those URLs are used more than\n"\ " once so that N connections total are made\n"\ - " simultaneously.") + " simultaneously. Please see -j option too.") #define TEXT_RETRY_WAIT \ _(" --retry-wait=SEC Set the seconds to wait to retry after an error\n"\ " has occured. Specify a value between 0 and 60.\n"\