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

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri May 29 17:41:32 JST 2015


YUKI Hiroshi	2015-05-29 17:41:32 +0900 (Fri, 29 May 2015)

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

  Message:
    Fix syntax error

  Modified files:
    bin/droonga-add

  Modified: bin/droonga-add (+1 -1)
===================================================================
--- bin/droonga-add    2015-05-29 17:41:14 +0900 (16a0602)
+++ bin/droonga-add    2015-05-29 17:41:32 +0900 (d10a567)
@@ -27,7 +27,7 @@ module Droonga
           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\n" +
-                        "       (You can specify column value expressly with the prefix \"value:\".)\n"
+                        "       (You can specify column value expressly with the prefix \"value:\".)\n" +
                         "")
 
           option.on("table=",
-------------- next part --------------
HTML����������������������������...
Download 



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