[Groonga-commit] droonga/droonga-engine at 678ee12 [master] Fix block variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 17 16:53:37 JST 2014


Kouhei Sutou	2014-04-17 16:53:37 +0900 (Thu, 17 Apr 2014)

  New Revision: 678ee1226dd2fdd0f7bd67ff11088bb7aa0cda01
  https://github.com/droonga/droonga-engine/commit/678ee1226dd2fdd0f7bd67ff11088bb7aa0cda01

  Message:
    Fix block variable name

  Modified files:
    bin/droonga-engine

  Modified: bin/droonga-engine (+1 -1)
===================================================================
--- bin/droonga-engine    2014-04-17 16:35:57 +0900 (4414da0)
+++ bin/droonga-engine    2014-04-17 16:53:37 +0900 (e191a81)
@@ -42,7 +42,7 @@ parser.on("--port=PORT", Integer,
 end
 parser.on("--tag=TAG",
           "The tag of the Droonga engine",
-          "(#{options.tag})") do |name|
+          "(#{options.tag})") do |tag|
   options.tag = tag
 end
 parser.parse!(ARGV)
-------------- next part --------------
HTML����������������������������...
Download 



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