[Groonga-commit] groonga/groonga-query-log [master] Rename the executable file

Back to archive index

Haruka Yoshihara null+****@clear*****
Fri Dec 21 12:37:27 JST 2012


Haruka Yoshihara	2012-12-21 12:37:27 +0900 (Fri, 21 Dec 2012)

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

  Log:
    Rename the executable file
    
    groonga-query-log-analyzer ->
    groonga-query-log-analyze

  Modified files:
    lib/groonga/query-log/analyzer.rb
  Renamed files:
    bin/groonga-query-log-analyze
      (from bin/groonga-query-log-analyzer)

  Renamed: bin/groonga-query-log-analyze (+0 -0) 100%
===================================================================

  Modified: lib/groonga/query-log/analyzer.rb (+3 -3)
===================================================================
--- lib/groonga/query-log/analyzer.rb    2012-12-21 12:26:22 +0900 (48125af)
+++ lib/groonga/query-log/analyzer.rb    2012-12-21 12:37:27 +0900 (2212e43)
@@ -43,7 +43,7 @@ module Groonga
       end
 
       # Executes analyzer for groonga's query logs.
-      # "groonga-query-log-analyzer" command run this method.a
+      # "groonga-query-log-analyze" command run this method.a
       #
       # @example
       #   analyzer = Groonga::QueryLog::Analyzer.new
@@ -55,8 +55,8 @@ module Groonga
       # this method prints a result of them to console with coloring.
       #
       # @param [Array<String>] arguments arguments for
-      #   groonga-query-log-analyer. Please execute
-      #   "groonga-query-log-analyzer --help" or see #setup_options.
+      #   groonga-query-log-analyze. Please execute
+      #   "groonga-query-log-analyze --help" or see #setup_options.
       def run(*arguments)
         log_paths = @option_parser.parse!(arguments)
 
-------------- next part --------------
HTML����������������������������...
Download 



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