[Groonga-commit] droonga/drndump at 8280b5a [master] Brush up descriptions of options

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu May 7 20:45:54 JST 2015


YUKI Hiroshi	2015-05-07 20:45:54 +0900 (Thu, 07 May 2015)

  New Revision: 8280b5a2ecbe2c5458203abe31c5049a0eb74828
  https://github.com/droonga/drndump/commit/8280b5a2ecbe2c5458203abe31c5049a0eb74828

  Message:
    Brush up descriptions of options

  Modified files:
    lib/drndump/command.rb

  Modified: lib/drndump/command.rb (+5 -5)
===================================================================
--- lib/drndump/command.rb    2015-04-29 23:19:07 +0900 (ddc918d)
+++ lib/drndump/command.rb    2015-05-07 20:45:54 +0900 (0b3c1a1)
@@ -66,17 +66,17 @@ module Drndump
       parser.separator("")
       parser.separator("Connect:")
       parser.on("--host=HOST",
-                "Host name to be connected.",
+                "Host name of the engine node.",
                 "(#{@host})") do |host|
         @host = host
       end
       parser.on("--port=PORT", Integer,
-                "Port number to be connected.",
+                "Port number to communicate with the engine.",
                 "(#{@port})") do |port|
         @port = port
       end
       parser.on("--tag=TAG",
-                "Tag name to be used to communicate with Droonga system.",
+                "Tag name to communicate with the engine.",
                 "(#{@tag})") do |tag|
         @tag = tag
       end
@@ -84,7 +84,7 @@ module Drndump
       parser.separator("")
       parser.separator("Data:")
       parser.on("--dataset=DATASET",
-                "Dataset to be dumped.",
+                "Dataset name to be dumped.",
                 "(#{@dataset})") do |dataset|
         @dataset = dataset
       end
@@ -92,7 +92,7 @@ module Drndump
       parser.separator("")
       parser.separator("Droonga protocol:")
       parser.on("--receiver-host=HOST",
-                "Host name to be received a response from Droonga engine.",
+                "Host name of the computer you are running this command.",
                 "(#{@receiver_host})") do |host|
         @receiver_host = host
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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