[Groonga-commit] ranguba/rroonga at 08ef27d [master] grndump: add description about -1

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 21 16:41:16 JST 2016


Kouhei Sutou	2016-02-21 16:41:16 +0900 (Sun, 21 Feb 2016)

  New Revision: 08ef27d4f3009453635fbb8a7b10fb26b0528cfa
  https://github.com/ranguba/rroonga/commit/08ef27d4f3009453635fbb8a7b10fb26b0528cfa

  Message:
    grndump: add description about -1

  Modified files:
    bin/grndump

  Modified: bin/grndump (+2 -1)
===================================================================
--- bin/grndump    2016-02-21 16:39:01 +0900 (48e0622)
+++ bin/grndump    2016-02-21 16:41:16 +0900 (953d15a)
@@ -82,7 +82,8 @@ option_parser = OptionParser.new do |parser|
   end
 
   parser.on("--max-records=NUMBER", Integer,
-            "max NUMBER of records to dump",
+            "max NUMBER of records to dump.",
+            "you can use -1 to dump all records.",
             "(#{options.max_records})") do |number|
     options.max_records = number
   end
-------------- next part --------------
HTML����������������������������...
Descargar 



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