From 371ef954d5390ada5e9debd9652e982b1b225be7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 11 Mar 2009 15:49:31 +0000 Subject: [PATCH] 2009-03-12 Tatsuhiro Tsujikawa Reverted usage_text.h to r1093 to avoid to lose translated messages. * src/usage_text.h --- ChangeLog | 6 ++++++ src/usage_text.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94587ed4..89f70ede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-12 Tatsuhiro Tsujikawa + + Reverted usage_text.h to r1093 to avoid to lose translated + messages. + * src/usage_text.h + 2009-03-12 Tatsuhiro Tsujikawa BtMessage now holds _id attribute. MESSAGE_LENGTH that is diff --git a/src/usage_text.h b/src/usage_text.h index 4932de85..76cb875f 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -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"\