[Groonga-commit] groonga/groonga at e6a187e [master] doc: add the default argument values to the syntax of dump

Back to archive index

Susumu Yata null+****@clear*****
Tue Sep 12 17:29:34 JST 2017


Susumu Yata	2017-09-12 17:29:34 +0900 (Tue, 12 Sep 2017)

  New Revision: e6a187eb7bf0473e061893268723b1be52617a4f
  https://github.com/groonga/groonga/commit/e6a187eb7bf0473e061893268723b1be52617a4f

  Message:
    doc: add the default argument values to the syntax of dump

  Modified files:
    doc/source/reference/commands/dump.rst

  Modified: doc/source/reference/commands/dump.rst (+7 -7)
===================================================================
--- doc/source/reference/commands/dump.rst    2017-09-12 15:29:16 +0900 (e88a860fd)
+++ doc/source/reference/commands/dump.rst    2017-09-12 17:29:34 +0900 (fedfe680f)
@@ -29,13 +29,13 @@ Syntax
 ------
 ::
 
-   dump [tables]
-        [dump_plugins]
-        [dump_schema]
-        [dump_records]
-        [dump_indexes]
-        [dump_configs]
-        [sort_hash_table]
+   dump [tables=null]
+        [dump_plugins=yes]
+        [dump_schema=yes]
+        [dump_records=yes]
+        [dump_indexes=yes]
+        [dump_configs=yes]
+        [sort_hash_table=no]
 
 Usage
 -----
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170912/9e1b975e/attachment-0001.htm 



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