[Groonga-commit] groonga/grntest at 9f574a2 [master] Use "Groonga" form

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 26 14:09:37 JST 2016


Kouhei Sutou	2016-04-26 14:09:37 +0900 (Tue, 26 Apr 2016)

  New Revision: 9f574a2a833736c7f1f6956ebfcb17aa34a4511e
  https://github.com/groonga/grntest/commit/9f574a2a833736c7f1f6956ebfcb17aa34a4511e

  Message:
    Use "Groonga" form

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+3 -3)
===================================================================
--- lib/grntest/tester.rb    2016-04-26 14:09:00 +0900 (b7987f8)
+++ lib/grntest/tester.rb    2016-04-26 14:09:37 +0900 (5f6cd52)
@@ -59,7 +59,7 @@ module Grntest
         available_interfaces = [:stdio, :http]
         available_interface_labels = available_interfaces.join(", ")
         parser.on("--interface=INTERFACE", available_interfaces,
-                  "Use INTERFACE for communicating groonga",
+                  "Use INTERFACE for communicating Groonga",
                   "[#{available_interface_labels}]",
                   "(#{tester.interface})") do |interface|
           tester.interface = interface
@@ -158,13 +158,13 @@ module Grntest
         end
 
         parser.on("--gdb[=COMMAND]",
-                  "Run groonga on gdb and use COMMAND as gdb",
+                  "Run Groonga on gdb and use COMMAND as gdb",
                   "(#{tester.default_gdb})") do |command|
           tester.gdb = command || tester.default_gdb
         end
 
         parser.on("--valgrind[=COMMAND]",
-                  "Run groonga on valgrind and use COMMAND as valgrind",
+                  "Run Groonga on valgrind and use COMMAND as valgrind",
                   "(#{tester.default_valgrind})") do |command|
           tester.valgrind = command || tester.default_valgrind
         end
-------------- next part --------------
HTML����������������������������...
Download 



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