File tree 2 files changed +6
-1
lines changed
locale/ru/LC_MESSAGES/reference
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Commands for managing Tarantool instances
108
108
Commands for managing checkpoint files
109
109
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110
110
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] ``
112
112
Print into stdout the contents of .snap/.xlog files.
113
113
114
114
``tarantoolctl play URI FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..] ``
@@ -123,6 +123,7 @@ Supported options:
123
123
* ``--to=to_lsn `` to show operations ending with the given lsn.
124
124
* ``--replica=replica_id `` to filter the output by replica id.
125
125
May be passed more than once.
126
+ * ``--format=format_name `` to indicate format (defaults to ``yaml ``, can also be ``json `` or ``lua ``).
126
127
127
128
.. _tarantoolctl-module_management :
128
129
Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ msgstr ""
230
230
"``--replica=replica_id`` для фильтрации вывода по идентификатору реплики. "
231
231
"Можно передавать несколько раз."
232
232
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
+
233
237
msgid "Commands for managing Tarantool modules"
234
238
msgstr "Команды для управления модулями Tarantool"
235
239
You can’t perform that action at this time.
0 commit comments