[Groonga-commit] droonga/droonga-client-ruby at 7061b20 [master] Insert blank line after the banner

Back to archive index

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


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

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

  Message:
    Insert blank line after the banner

  Modified files:
    bin/droonga-add

  Modified: bin/droonga-add (+2 -1)
===================================================================
--- bin/droonga-add    2015-04-29 23:16:01 +0900 (654dd93)
+++ bin/droonga-add    2015-05-01 18:17:48 +0900 (16a0602)
@@ -27,7 +27,8 @@ 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:\".)")
+                        "       (You can specify column value expressly with the prefix \"value:\".)\n"
+                        "")
 
           option.on("table=",
                     "Name of the target table.",
-------------- next part --------------
HTML����������������������������...
Download 



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