[Groonga-commit] droonga/fluent-plugin-droonga at d3acb15 [master] Remove needless cescription

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 1 16:45:20 JST 2013


YUKI Hiroshi	2013-11-01 16:45:20 +0900 (Fri, 01 Nov 2013)

  New Revision: d3acb15bb9ab8f5b7b3f5b6f2b2fa4ca56bd8bab
  https://github.com/droonga/fluent-plugin-droonga/commit/d3acb15bb9ab8f5b7b3f5b6f2b2fa4ca56bd8bab

  Message:
    Remove needless cescription

  Modified files:
    benchmark/watch/benchmark-scan.rb

  Modified: benchmark/watch/benchmark-scan.rb (+4 -4)
===================================================================
--- benchmark/watch/benchmark-scan.rb    2013-11-01 16:42:49 +0900 (8e129e7)
+++ benchmark/watch/benchmark-scan.rb    2013-11-01 16:45:20 +0900 (d35aef6)
@@ -84,19 +84,19 @@ options = {
 }
 option_parser = OptionParser.new do |parser|
   parser.on("--keywords=N", Integer,
-            "number of watching keywords (optional)") do |n_watching_keywords|
+            "number of watching keywords") do |n_watching_keywords|
     options[:n_watching_keywords] = n_watching_keywords
   end
   parser.on("--steps=N", Integer,
-            "number of benchmark steps (optional)") do |n_steps|
+            "number of benchmark steps") do |n_steps|
     options[:n_steps] = n_steps
   end
   parser.on("--incidences=INCIDENCES", String,
-            "list of matching incidences (optional)") do |incidences|
+            "list of matching incidences") do |incidences|
     options[:incidences] = incidences
   end
   parser.on("--output-path=PATH", String,
-            "path to the output CSV file (optional)") do |output_path|
+            "path to the output CSV file") do |output_path|
     options[:output_path] = output_path
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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