[Groonga-commit] droonga/droonga-client-ruby at aceb71f [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 15 15:52:12 JST 2015


YUKI Hiroshi	2015-04-15 15:52:12 +0900 (Wed, 15 Apr 2015)

  New Revision: aceb71f4ac075d962a48ab31835677d11f0b479a
  https://github.com/droonga/droonga-client-ruby/commit/aceb71f4ac075d962a48ab31835677d11f0b479a

  Message:
    Fix syntax error

  Modified files:
    lib/droonga/command/base.rb

  Modified: lib/droonga/command/base.rb (+1 -1)
===================================================================
--- lib/droonga/command/base.rb    2015-04-15 15:51:06 +0900 (0ec8aee)
+++ lib/droonga/command/base.rb    2015-04-15 15:52:12 +0900 (aa06a20)
@@ -29,7 +29,7 @@ module Droonga
 
           option.separator("Connections:")
           option.on(:host=,
-                    "Host name of the engine node."
+                    "Host name of the engine node.",
                     :default => Client::DEFAULT_HOST)
           option.on(:port=,
                     "Port number to communicate with the engine.",
-------------- next part --------------
HTML����������������������������...
Download 



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