[Groonga-commit] droonga/droonga-client-ruby at f97fb71 [master] Add a missing close "]"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 17 11:42:12 JST 2014


Kouhei Sutou	2014-03-17 11:42:12 +0900 (Mon, 17 Mar 2014)

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

  Message:
    Add a missing close "]"

  Modified files:
    bin/droonga-request

  Modified: bin/droonga-request (+1 -1)
===================================================================
--- bin/droonga-request    2014-02-28 17:06:04 +0900 (2ccb6fe)
+++ bin/droonga-request    2014-03-17 11:42:12 +0900 (96ae011)
@@ -56,7 +56,7 @@ end
 available_protocols = [:droonga, :http]
 parser.on("--protocol=PROTOCOL", available_protocols,
           "Protocol to be used to communicate with Droonga system.",
-          "[#{available_protocols.join('|')}",
+          "[#{available_protocols.join('|')}]",
           "(#{options[:protocol]})") do |protocol|
   options[:protocol] = protocol
 end
-------------- next part --------------
HTML����������������������������...
Download 



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