[Groonga-commit] droonga/droonga-client-ruby at 7a2440f [master] Delete "--receiver-port" option of droonga-request.

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu May 7 12:24:47 JST 2015


YUKI Hiroshi	2015-05-07 12:24:47 +0900 (Thu, 07 May 2015)

  New Revision: 7a2440f78b39239cdcf31192a997b823f018dba7
  https://github.com/droonga/droonga-client-ruby/commit/7a2440f78b39239cdcf31192a997b823f018dba7

  Message:
    Delete "--receiver-port" option of droonga-request.
    
    Because it is never used in regular cases.

  Modified files:
    bin/droonga-request

  Modified: bin/droonga-request (+0 -5)
===================================================================
--- bin/droonga-request    2015-05-07 12:23:36 +0900 (1f5b4f3)
+++ bin/droonga-request    2015-05-07 12:24:47 +0900 (55d66c0)
@@ -84,11 +84,6 @@ parser.on("--receiver-host=HOST",
           "(#{options[:receiver_host]})") do |host|
   options[:receiver_host] = host
 end
-parser.on("--receiver-port=PORT", Integer,
-          "Port number to be received a response from Droonga engine.",
-          "(#{options[:receiver_port]})") do |port|
-  options[:receiver_port] = port
-end
 parser.separator("")
 parser.separator("Report:")
 parser.on("--[no-]report-request",
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index