mirror of https://github.com/aria2/aria2
2009-02-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed TEXT_HTTP_SERVER_LISTEN_PORT from translation texts. * src/usage_text.hpull/1/head
parent
d4704a9d47
commit
c41fec3a22
|
@ -1,3 +1,8 @@
|
||||||
|
2009-02-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Removed TEXT_HTTP_SERVER_LISTEN_PORT from translation texts.
|
||||||
|
* src/usage_text.h
|
||||||
|
|
||||||
2009-02-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-02-02 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Updated doc for --uri-selector, --http-server-listen-port and
|
Updated doc for --uri-selector, --http-server-listen-port and
|
||||||
|
|
|
@ -463,8 +463,8 @@ _(" --use-head[=true|false] Use HEAD method for the first request to the HT
|
||||||
#define TEXT_EVENT_POLL \
|
#define TEXT_EVENT_POLL \
|
||||||
_(" --event-poll=POLL Specify the method for polling events.")
|
_(" --event-poll=POLL Specify the method for polling events.")
|
||||||
#define TEXT_HTTP_SERVER_LISTEN_PORT \
|
#define TEXT_HTTP_SERVER_LISTEN_PORT \
|
||||||
_(" --http-server-listen-port=PORT Specify a port number for the built-in HTTP\n"\
|
" --http-server-listen-port=PORT Specify a port number for the built-in HTTP\n"\
|
||||||
" Server to listen to.")
|
" Server to listen to."
|
||||||
// Excluded from translation candidiates because it is subject to change.
|
// Excluded from translation candidiates because it is subject to change.
|
||||||
#define TEXT_ENABLE_HTTP_SERVER \
|
#define TEXT_ENABLE_HTTP_SERVER \
|
||||||
" --enable-http-server[=true|false] Enable the built-in HTTP server. Currently,\n"\
|
" --enable-http-server[=true|false] Enable the built-in HTTP server. Currently,\n"\
|
||||||
|
|
Loading…
Reference in New Issue