[Groonga-commit] droonga/droonga-client-ruby at e86ac73 [master] Describe about "value:" prefix

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 29 13:35:35 JST 2015


YUKI Hiroshi	2015-04-29 13:35:35 +0900 (Wed, 29 Apr 2015)

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

  Message:
    Describe about "value:" prefix

  Modified files:
    bin/droonga-add

  Modified: bin/droonga-add (+2 -1)
===================================================================
--- bin/droonga-add    2015-04-29 13:32:52 +0900 (6749792)
+++ bin/droonga-add    2015-04-29 13:35:35 +0900 (654dd93)
@@ -26,7 +26,8 @@ module Droonga
         parse_options do |option|
           option.banner("Usage: droonga-add [options]\n" +
                         "   ex: droonga-add --table User --name Adam --age 10\n" +
-                        "       droonga-add --table Server --value:host example.com")
+                        "       droonga-add --table Server --value:host example.com\n" +
+                        "       (You can specify column value expressly with the prefix \"value:\".)")
 
           option.on("table=",
                     "Name of the target table.",
-------------- next part --------------
HTML����������������������������...
Download 



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