[Groonga-commit] droonga/grn2drn at f69eab2 [master] Fix syntax error: missing comma

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jul 10 11:59:30 JST 2014


YUKI Hiroshi	2014-07-10 11:59:30 +0900 (Thu, 10 Jul 2014)

  New Revision: f69eab29fe4a442f48098fc8fe2493e380b7add1
  https://github.com/droonga/grn2drn/commit/f69eab29fe4a442f48098fc8fe2493e380b7add1

  Message:
    Fix syntax error: missing comma

  Modified files:
    bin/grn2drn

  Modified: bin/grn2drn (+1 -1)
===================================================================
--- bin/grn2drn    2014-07-10 11:58:53 +0900 (2624e23)
+++ bin/grn2drn    2014-07-10 11:59:30 +0900 (d55c84b)
@@ -42,7 +42,7 @@ option_parser = OptionParser.new do |parser|
   end
 
   parser.on("-e, --encoding=ENCODING",
-            "Read input dump as strings encoded in ENCODING"
+            "Read input dump as strings encoded in ENCODING",
             "(#{options.encoding})") do |encoding|
     options.encoding = encoding
   end
-------------- next part --------------
HTML����������������������������...
Download 



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