[Groonga-commit] droonga/droonga-client-ruby at 8331282 [master] Feedback minor fixes from references in the web site

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri May 1 18:18:17 JST 2015


YUKI Hiroshi	2015-05-01 18:18:17 +0900 (Fri, 01 May 2015)

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

  Message:
    Feedback minor fixes from references in the web site

  Modified files:
    bin/droonga-system-status
    lib/droonga/command/base.rb

  Modified: bin/droonga-system-status (+1 -1)
===================================================================
--- bin/droonga-system-status    2015-05-01 18:17:48 +0900 (3813eb1)
+++ bin/droonga-system-status    2015-05-01 18:18:17 +0900 (2674361)
@@ -25,7 +25,7 @@ module Droonga
       def run
         parse_options do |option|
           option.on(:pretty,
-                    "Output result as a pretty print JSON.",
+                    "Output result as a pretty printed JSON.",
                     :default => false)
         end
 

  Modified: lib/droonga/command/base.rb (+3 -3)
===================================================================
--- lib/droonga/command/base.rb    2015-05-01 18:17:48 +0900 (b0a46f1)
+++ lib/droonga/command/base.rb    2015-05-01 18:18:17 +0900 (b183141)
@@ -48,13 +48,13 @@ module Droonga
                     "Dataset name for the sending message.",
                     :default => Client::DEFAULT_DATASET)
           option.on("receiver-host=",
-                    "Host name of this host.",
+                    "Host name of the computer you are running this command.",
                     :default => Client::DEFAULT_HOST)
           option.on("target-role=",
-                    "Role of engine nodes which should receive the message.",
+                    "Role of engine nodes which should process the message.",
                     :default => Client::DEFAULT_TARGET_ROLE)
           option.on("timeout=",
-                    "Time to terminate unresponsive connections (in seconds).",
+                    "Time to terminate unresponsive connections, in seconds.",
                     :default => Client::DEFAULT_TIMEOUT_SECONDS)
         end
         @options = options
-------------- next part --------------
HTML����������������������������...
Download 



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