[Groonga-commit] droonga/grn2drn at 73157fc [master] Don't use the term "dump", because this is not just for dump files

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jul 10 12:07:20 JST 2014


YUKI Hiroshi	2014-07-10 12:07:20 +0900 (Thu, 10 Jul 2014)

  New Revision: 73157fcddfcc5e9ee82ed10e9220bc26c202d30d
  https://github.com/droonga/grn2drn/commit/73157fcddfcc5e9ee82ed10e9220bc26c202d30d

  Message:
    Don't use the term "dump", because this is not just for dump files

  Modified files:
    bin/grn2drn
    doc/text/news.md

  Modified: bin/grn2drn (+1 -1)
===================================================================
--- bin/grn2drn    2014-07-10 12:01:45 +0900 (d55c84b)
+++ bin/grn2drn    2014-07-10 12:07:20 +0900 (bb6c4b6)
@@ -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 as strings encoded in ENCODING",
             "(#{options.encoding})") do |encoding|
     options.encoding = encoding
   end

  Modified: doc/text/news.md (+1 -1)
===================================================================
--- doc/text/news.md    2014-07-10 12:01:45 +0900 (073dff1)
+++ doc/text/news.md    2014-07-10 12:07:20 +0900 (6a524e8)
@@ -5,7 +5,7 @@
 ### Improvements
 
   * `grn2drn`: Set `Default` as the default dataset name. Now you don't have to specify `--dataset` option anymore, if you use the default dataset name.
-  * `grn2drn`: Support a new `--encoding` (or `-e`) option to specify the encoding of the dump (`UTF-8` by default.)
+  * `grn2drn`: Support a new `--encoding` (or `-e`) option to specify the encoding of the input (`UTF-8` by default.)
 
 ## 1.0.2: 2014-04-04
 
-------------- next part --------------
HTML����������������������������...
Download 



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