Skip to content

Commit 71f0604

Browse files
authored
List the missing --format parameter (#2853)
Resolves #2827
1 parent 4f98f4d commit 71f0604

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/reference/tarantoolctl.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Commands for managing Tarantool instances
108108
Commands for managing checkpoint files
109109
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110110

111-
``tarantoolctl cat FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..]``
111+
``tarantoolctl cat FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..] [--format=format_name]``
112112
Print into stdout the contents of .snap/.xlog files.
113113

114114
``tarantoolctl play URI FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..]``
@@ -123,6 +123,7 @@ Supported options:
123123
* ``--to=to_lsn`` to show operations ending with the given lsn.
124124
* ``--replica=replica_id`` to filter the output by replica id.
125125
May be passed more than once.
126+
* ``--format=format_name`` to indicate format (defaults to ``yaml``, can also be ``json`` or ``lua``).
126127

127128
.. _tarantoolctl-module_management:
128129

locale/ru/LC_MESSAGES/reference/tarantoolctl.po

+4
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ msgstr ""
230230
"``--replica=replica_id`` для фильтрации вывода по идентификатору реплики. "
231231
"Можно передавать несколько раз."
232232

233+
msgid "``--format=format_name`` to indicate format (defaults to ``yaml``, can also be ``json`` or ``lua``)."
234+
msgstr "``--format=format_name`` для указания формата (по умолчанию ``yaml``, "
235+
"может также принимать значения ``json`` и ``lua``)."
236+
233237
msgid "Commands for managing Tarantool modules"
234238
msgstr "Команды для управления модулями Tarantool"
235239

0 commit comments

Comments
 (0)