mirror of https://github.com/aria2/aria2
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.hpull/1/head
parent
4e0c03500c
commit
371ef954d5
|
@ -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>
|
||||
|
||||
BtMessage now holds _id attribute. MESSAGE_LENGTH that is
|
||||
|
|
|
@ -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"\
|
||||
" If false is specified, the action mentioned above\n"\
|
||||
" 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 \
|
||||
_(" --listen-port=PORT... Set TCP port number for BitTorrent downloads.\n"\
|
||||
" Multiple ports can be specified by using ',',\n"\
|
||||
|
|
Loading…
Reference in New Issue