[Groonga-commit] ranguba/chupa-text at fdd1601 [master] Add missing "s"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 6 00:01:48 JST 2014


Kouhei Sutou	2014-01-06 00:01:48 +0900 (Mon, 06 Jan 2014)

  New Revision: fdd16019100a1464a6644ff846ea87ed506057f7
  https://github.com/ranguba/chupa-text/commit/fdd16019100a1464a6644ff846ea87ed506057f7

  Message:
    Add missing "s"

  Modified files:
    lib/chupa-text/command/chupa-text.rb

  Modified: lib/chupa-text/command/chupa-text.rb (+3 -3)
===================================================================
--- lib/chupa-text/command/chupa-text.rb    2014-01-06 00:01:27 +0900 (1878965)
+++ lib/chupa-text/command/chupa-text.rb    2014-01-06 00:01:48 +0900 (0f6b11c)
@@ -75,15 +75,15 @@ module ChupaText
         parser.banner += " [FILE_OR_URI]"
         parser.version = VERSION
         parser.on("--configuration=FILE",
-                  "Read configuration from FILE.") do |path|
+                  "Reads configuration from FILE.") do |path|
           load_configuration(path)
         end
         parser.on("--disable-gems",
-                  "Disable decomposers installed by RubyGems.") do
+                  "Disables decomposers installed by RubyGems.") do
           @enable_gems = false
         end
         parser.on("-I=PATH",
-                  "Append PATH to decomposer load path.") do |path|
+                  "Appends PATH to decomposer load path.") do |path|
           $LOAD_PATH << path
         end
         parser
-------------- next part --------------
HTML����������������������������...
Download 



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