[Groonga-commit] droonga/drntest at f4f0e0e [master] Fix missing close paren ")"

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 25 18:16:27 JST 2013


YUKI Hiroshi	2013-11-25 18:16:27 +0900 (Mon, 25 Nov 2013)

  New Revision: f4f0e0e505c48629e5a9a9a8e4ebf0cc84d380c2
  https://github.com/droonga/drntest/commit/f4f0e0e505c48629e5a9a9a8e4ebf0cc84d380c2

  Message:
    Fix missing close paren ")"

  Modified files:
    lib/drntest/tester.rb

  Modified: lib/drntest/tester.rb (+2 -2)
===================================================================
--- lib/drntest/tester.rb    2013-11-25 18:14:47 +0900 (49c014b)
+++ lib/drntest/tester.rb    2013-11-25 18:16:27 +0900 (218f448)
@@ -54,12 +54,12 @@ module Drntest
         end
 
         parser.on("--config=PATH",
-                  "Path to the default configuration file of Droonga engine" do |config|
+                  "Path to the default configuration file of Droonga engine") do |config|
           tester.config = config
         end
 
         parser.on("--catalog=PATH",
-                  "Path to the default catalog file of Droonga engine" do |catalog|
+                  "Path to the default catalog file of Droonga engine") do |catalog|
           tester.catalog = catalog
         end
 
-------------- next part --------------
HTML����������������������������...
Download 



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