mirror of https://github.com/aria2/aria2
2009-10-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo * src/usage_text.hpull/1/head
parent
9b49e45e96
commit
8e7311a2de
|
@ -1,3 +1,8 @@
|
||||||
|
2009-10-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed typo
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-10-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-10-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added missing bitfield.cc
|
Added missing bitfield.cc
|
||||||
|
|
|
@ -359,7 +359,7 @@ _(" --metalink-preferred-protocol=PROTO Specify preferred protocol. Specify 'non
|
||||||
" if you don't have any preferred protocol.")
|
" if you don't have any preferred protocol.")
|
||||||
#define TEXT_FOLLOW_METALINK \
|
#define TEXT_FOLLOW_METALINK \
|
||||||
_(" --follow-metalink=true|false|mem If true or mem is specified, when a file\n"\
|
_(" --follow-metalink=true|false|mem If true or mem is specified, when a file\n"\
|
||||||
" whose suffix is .metaink or content type of\n"\
|
" whose suffix is .metalink or content type of\n"\
|
||||||
" application/metalink+xml is downloaded, aria2\n"\
|
" application/metalink+xml is downloaded, aria2\n"\
|
||||||
" parses it as a metalink file and downloads files\n"\
|
" parses it as a metalink file and downloads files\n"\
|
||||||
" mentioned in it.\n"\
|
" mentioned in it.\n"\
|
||||||
|
|
Loading…
Reference in New Issue