YUKI Hiroshi
null+****@clear*****
Sat Nov 29 01:59:16 JST 2014
YUKI Hiroshi 2014-11-29 01:59:16 +0900 (Sat, 29 Nov 2014) New Revision: ac7943203ed3d6fda1e9165b8603d442a6bb8623 https://github.com/droonga/droonga-engine/commit/ac7943203ed3d6fda1e9165b8603d442a6bb8623 Message: Fix wrong order of arguments Modified files: bin/droonga-engine-join Modified: bin/droonga-engine-join (+3 -3) =================================================================== --- bin/droonga-engine-join 2014-11-29 01:54:36 +0900 (867bb28) +++ bin/droonga-engine-join 2014-11-29 01:59:16 +0900 (f564ca5) @@ -65,10 +65,10 @@ class JoinCommand "Tag name of the soruce cluster to be connected.", :default => Droonga::CatalogGenerator::DEFAULT_TAG) option.on("records-per-second=", - :as => Integer, - :default => Droonga::DataAbsorber::DEFAULT_MESSAGES_PER_SECOND, "Maximum number of records per second to be copied. " + - "'#{Droonga::Client::RateLimiter::NO_LIMIT}' means no limit.") + "'#{Droonga::Client::RateLimiter::NO_LIMIT}' means no limit.", + :as => Integer, + :default => Droonga::DataAbsorber::DEFAULT_MESSAGES_PER_SECOND) end @options = options rescue Slop::MissingOptionError => error -------------- next part -------------- HTML����������������������������...Download