[Groonga-commit] groonga/groonga-query-log at 130e237 [master] verify-server: remove spaces to be reusable by copy & paste

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 3 14:31:58 JST 2018


Kouhei Sutou	2018-07-03 14:31:58 +0900 (Tue, 03 Jul 2018)

  New Revision: 130e23773ac7ad01840b17e7fd095839e7ca5e15
  https://github.com/groonga/groonga-query-log/commit/130e23773ac7ad01840b17e7fd095839e7ca5e15

  Message:
    verify-server: remove spaces to be reusable by copy & paste

  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-07-03 14:27:44 +0900 (44f6cf5)
+++ lib/groonga-query-log/command/verify-server.rb    2018-07-03 14:31:58 +0900 (03f0452)
@@ -116,7 +116,7 @@ module GroongaQueryLog
           @options.target_command_names << name
         end
 
-        target_command_names_label =****@optio*****_command_names.join(", ")
+        target_command_names_label =****@optio*****_command_names.join(",")
         parser.on("--target-command-names=NAME1,NAME2,...", Array,
                   "Replay only NAME1,NAME2,... commands",
                   "You can use glob to choose command name",
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180703/eb1924e0/attachment.htm 



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