From 5aec19dbf4b120cd99cb7c2501d2113ad46bf576 Mon Sep 17 00:00:00 2001 From: Patience Daur Date: Fri, 29 Apr 2022 12:03:31 +0300 Subject: [PATCH] List the missing --format parameter --- doc/reference/tarantoolctl.rst | 3 ++- locale/ru/LC_MESSAGES/reference/tarantoolctl.po | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/reference/tarantoolctl.rst b/doc/reference/tarantoolctl.rst index 1631b7c6a4..bd3f66e4f1 100644 --- a/doc/reference/tarantoolctl.rst +++ b/doc/reference/tarantoolctl.rst @@ -108,7 +108,7 @@ Commands for managing Tarantool instances Commands for managing checkpoint files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -``tarantoolctl cat FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..]`` +``tarantoolctl cat FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..] [--format=format_name]`` Print into stdout the contents of .snap/.xlog files. ``tarantoolctl play URI FILE.. [--space=space_no ..] [--show-system] [--from=from_lsn] [--to=to_lsn] [--replica=replica_id ..]`` @@ -123,6 +123,7 @@ Supported options: * ``--to=to_lsn`` to show operations ending with the given lsn. * ``--replica=replica_id`` to filter the output by replica id. May be passed more than once. +* ``--format=format_name`` to indicate format (defaults to ``yaml``, can also be ``json`` or ``lua``). .. _tarantoolctl-module_management: diff --git a/locale/ru/LC_MESSAGES/reference/tarantoolctl.po b/locale/ru/LC_MESSAGES/reference/tarantoolctl.po index 9b51121e35..c7f0543550 100644 --- a/locale/ru/LC_MESSAGES/reference/tarantoolctl.po +++ b/locale/ru/LC_MESSAGES/reference/tarantoolctl.po @@ -230,6 +230,10 @@ msgstr "" "``--replica=replica_id`` для фильтрации вывода по идентификатору реплики. " "Можно передавать несколько раз." +msgid "``--format=format_name`` to indicate format (defaults to ``yaml``, can also be ``json`` or ``lua``)." +msgstr "``--format=format_name`` для указания формата (по умолчанию ``yaml``, " +"может также принимать значения ``json`` и ``lua``)." + msgid "Commands for managing Tarantool modules" msgstr "Команды для управления модулями Tarantool"