[Groonga-commit] groonga/groonga at 0d4fe75 [master] doc: fix a wrong description about yes/no of --sort_hash_table

Back to archive index

Susumu Yata null+****@clear*****
Tue Sep 12 17:40:56 JST 2017


Susumu Yata	2017-09-12 17:40:56 +0900 (Tue, 12 Sep 2017)

  New Revision: 0d4fe7545d6e400d8f6d4778b8396fb621d16a56
  https://github.com/groonga/groonga/commit/0d4fe7545d6e400d8f6d4778b8396fb621d16a56

  Message:
    doc: fix a wrong description about yes/no of --sort_hash_table

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/dump.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+3 -3)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2017-09-12 17:29:34 +0900 (ad4a23633)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2017-09-12 17:40:56 +0900 (a625ae409)
@@ -6311,11 +6311,11 @@ msgid "``sort_hash_table``"
 msgstr ""
 
 msgid ""
-"You can ascending sort the output of hash table when it contains hash table. "
-"To don't sort the output of hash table, specify ``no``."
+"You can ascending sort by ``_key`` the output of hash table when it contains "
+"hash table. To sort the output of hash table, specify ``yes``."
 msgstr ""
 "ハッシュテーブルの出力を昇順にソートして出力することができます。レコードを"
-"ソートしないで出力する場合、 ``no`` を指定します。"
+"ソートして出力する場合、 ``yes`` を指定します。"
 
 msgid "The default value is ``no``."
 msgstr "デフォルト値は ``no`` です。"

  Modified: doc/source/reference/commands/dump.rst (+1 -1)
===================================================================
--- doc/source/reference/commands/dump.rst    2017-09-12 17:29:34 +0900 (fedfe680f)
+++ doc/source/reference/commands/dump.rst    2017-09-12 17:40:56 +0900 (cba969995)
@@ -230,7 +230,7 @@ The default value is ``yes``.
 .. versionadded:: 7.0.5
 
 You can ascending sort by ``_key`` the output of hash table when it contains hash table.
-To don't sort the output of hash table, specify ``no``.
+To sort the output of hash table, specify ``yes``.
 
 The default value is ``no``.
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170912/095afde6/attachment-0001.htm 



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