2009-03-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Reverted usage_text.h to r1093 to avoid to lose translated
	messages.
	* src/usage_text.h
pull/1/head
Tatsuhiro Tsujikawa 2009-03-11 15:49:31 +00:00
parent 4e0c03500c
commit 371ef954d5
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-03-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Reverted usage_text.h to r1093 to avoid to lose translated
messages.
* src/usage_text.h
2009-03-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2009-03-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
BtMessage now holds _id attribute. MESSAGE_LENGTH that is BtMessage now holds _id attribute. MESSAGE_LENGTH that is

View File

@ -233,6 +233,9 @@ _(" --follow-torrent=true|false|mem If true or mem is specified, when a file\n"\
" written to the disk, but is just kept in memory.\n"\ " written to the disk, but is just kept in memory.\n"\
" If false is specified, the action mentioned above\n"\ " If false is specified, the action mentioned above\n"\
" is not taken.") " is not taken.")
#define TEXT_DIRECT_FILE_MAPPING \
_(" --direct-file-mapping=true|false Directly read from and write to each file\n"\
" mentioned in .torrent file.")
#define TEXT_LISTEN_PORT \ #define TEXT_LISTEN_PORT \
_(" --listen-port=PORT... Set TCP port number for BitTorrent downloads.\n"\ _(" --listen-port=PORT... Set TCP port number for BitTorrent downloads.\n"\
" Multiple ports can be specified by using ',',\n"\ " Multiple ports can be specified by using ',',\n"\