[Groonga-commit] ranguba/chupa-text at 7233007 [master] Add a missing ")"

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 4 22:47:12 JST 2014


Kouhei Sutou	2014-01-04 22:47:12 +0900 (Sat, 04 Jan 2014)

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

  Message:
    Add a missing ")"

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

  Modified: lib/chupa-text/command/chupa-text-generate-decomposer.rb (+2 -2)
===================================================================
--- lib/chupa-text/command/chupa-text-generate-decomposer.rb    2014-01-04 22:35:12 +0900 (543c85e)
+++ lib/chupa-text/command/chupa-text-generate-decomposer.rb    2014-01-04 22:47:12 +0900 (1c7b9af)
@@ -107,13 +107,13 @@ module ChupaText
         parser.on("--email=EMAIL",
                   "Author E-mail",
                   "(e.g.: your �� email.address)",
-                  "(default: #{@email}") do |email|
+                  "(default: #{@email})") do |email|
           @email = email
         end
         parser.on("--license=LICENSE",
                   "License",
                   "(e.g.: MIT)",
-                  "(default: #{@licene}") do |license|
+                  "(default: #{@licene})") do |license|
           @license = license
         end
         parser
-------------- next part --------------
HTML����������������������������...
Download 



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