YUKI Hiroshi
null+****@clear*****
Sat Jun 28 00:39:41 JST 2014
YUKI Hiroshi 2014-06-28 00:39:41 +0900 (Sat, 28 Jun 2014) New Revision: 138e9598280288ae9237f1614cce8ad58f134292 https://github.com/droonga/droonga-engine/commit/138e9598280288ae9237f1614cce8ad58f134292 Message: Fix typo Modified files: bin/droonga-engine-join Modified: bin/droonga-engine-join (+2 -2) =================================================================== --- bin/droonga-engine-join 2014-06-28 00:37:23 +0900 (c4f6747) +++ bin/droonga-engine-join 2014-06-28 00:39:41 +0900 (ff7288a) @@ -45,7 +45,7 @@ parser.separator("") parser.separator("Connections:") parser.on("--replica-source-host=HOST", "Host name of the soruce cluster to be connected.") do |host| - options.replic_source_host = host + options.replica_source_host = host end parser.on("--my-host=HOST", "Host name of this node.") do |host| @@ -97,7 +97,7 @@ puts "Duplicating replica..." Droonga::DataAbsorber.absorb(:drndump => options.drndump, :client => options.client, :dataset => options.dataset, - :source_host => options.replic_source_host, + :source_host => options.replica_source_host, :destination_host => options.my_host, :port => options.port, :tag => options.tag) do |dump| -------------- next part -------------- HTML����������������������������...Download