mirror of https://github.com/aria2/aria2
2008-12-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typos * src/usage_text.hpull/1/head
parent
6733b4ccf0
commit
cec431a1a5
|
@ -1,3 +1,8 @@
|
||||||
|
2008-12-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed typos
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2008-12-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2008-12-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Fixed typos and updated doc.
|
Fixed typos and updated doc.
|
||||||
|
|
|
@ -73,7 +73,7 @@ _(" --ftp-proxy=PROXY Use this proxy server for FTP.\n"\
|
||||||
#define TEXT_ALL_PROXY \
|
#define TEXT_ALL_PROXY \
|
||||||
_(" --all-proxy=PROXY Use this proxy server for all protocols.\n"\
|
_(" --all-proxy=PROXY Use this proxy server for all protocols.\n"\
|
||||||
" You can override this setting and specify a\n"\
|
" You can override this setting and specify a\n"\
|
||||||
" proxy server for a particular proctol using\n"\
|
" proxy server for a particular protocol using\n"\
|
||||||
" --http-proxy, --https-proxy and --ftp-proxy\n"\
|
" --http-proxy, --https-proxy and --ftp-proxy\n"\
|
||||||
" options.\n"\
|
" options.\n"\
|
||||||
" This affects all URLs.")
|
" This affects all URLs.")
|
||||||
|
@ -308,7 +308,7 @@ _(" --metalink-location=LOCATION[,...] The location of the preferred server.\n"\
|
||||||
" A comma-delimited list of locations is\n"\
|
" A comma-delimited list of locations is\n"\
|
||||||
" acceptable.")
|
" acceptable.")
|
||||||
#define TEXT_METALINK_PREFERRED_PROTOCOL \
|
#define TEXT_METALINK_PREFERRED_PROTOCOL \
|
||||||
_(" --metalink-preferred-protocol=PROTO Specify preferred protocol. Specifiy 'none'\n"\
|
_(" --metalink-preferred-protocol=PROTO Specify preferred protocol. Specify 'none'\n"\
|
||||||
" 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"\
|
||||||
|
|
Loading…
Reference in New Issue