[Groonga-commit] groonga/groonga-query-log at 7c44263 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 18 14:27:29 JST 2018


Kouhei Sutou	2018-06-18 14:27:29 +0900 (Mon, 18 Jun 2018)

  New Revision: 7c4426371ea61e1e9d6f046d0f00908fa1a21675
  https://github.com/groonga/groonga-query-log/commit/7c4426371ea61e1e9d6f046d0f00908fa1a21675

  Message:
    Fix a typo

  Modified files:
    lib/groonga-query-log/command/verify-server.rb

  Modified: lib/groonga-query-log/command/verify-server.rb (+1 -1)
===================================================================
--- lib/groonga-query-log/command/verify-server.rb    2018-06-18 14:21:27 +0900 (191b8fa)
+++ lib/groonga-query-log/command/verify-server.rb    2018-06-18 14:27:29 +0900 (44f6cf5)
@@ -150,7 +150,7 @@ module GroongaQueryLog
 
         parser.on("--[no-]stop-on-failure",
                   "Stop execution on the first failure",
-                  "(#{@options.stop_on_failure})") do |boolean|
+                  "(#{@options.stop_on_failure?})") do |boolean|
           @options.stop_on_failure = boolean
         end
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180618/be0a97a1/attachment.htm 



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