mirror of https://github.com/aria2/aria2
2008-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed possible values from the text. * src/usage_text.h (TEXT_METALINK_PREFERRED_PROTOCOL)pull/1/head
parent
77e095300b
commit
7cceaa9340
|
@ -1,3 +1,8 @@
|
|||
2008-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed possible values from the text.
|
||||
* src/usage_text.h (TEXT_METALINK_PREFERRED_PROTOCOL)
|
||||
|
||||
2008-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed unused preferences:
|
||||
|
|
|
@ -279,9 +279,8 @@ _(" --metalink-location=LOCATION[,...] The location of the preferred server.\n"\
|
|||
" A comma-deliminated list of locations is\n"\
|
||||
" acceptable.")
|
||||
#define TEXT_METALINK_PREFERRED_PROTOCOL \
|
||||
_(" --metalink-preferred-protocol=PROTO Specify preferred protocol. The possible\n"\
|
||||
" values are 'http', 'https', 'ftp' and 'none'.\n"\
|
||||
" Specifiy none to disable this feature.")
|
||||
_(" --metalink-preferred-protocol=PROTO Specify preferred protocol. Specifiy 'none'\n"\
|
||||
" if you don't have any preferred protocol.")
|
||||
#define TEXT_FOLLOW_METALINK \
|
||||
_(" --follow-metalink=true|false|mem If true or mem is specified, when a file\n"\
|
||||
" whose suffix is .metaink or content type is\n"\
|
||||
|
|
Loading…
Reference in New Issue