From 326900e4535828dfa6ef79e65b05372e902124d0 Mon Sep 17 00:00:00 2001 From: Pavel Semyonov Date: Tue, 2 Jul 2024 15:15:47 +0700 Subject: [PATCH] Fix tt rs options --- doc/reference/tooling/tt_cli/replicaset.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/reference/tooling/tt_cli/replicaset.rst b/doc/reference/tooling/tt_cli/replicaset.rst index efa5fac39..eb0e7fd75 100644 --- a/doc/reference/tooling/tt_cli/replicaset.rst +++ b/doc/reference/tooling/tt_cli/replicaset.rst @@ -378,7 +378,7 @@ Options .. option:: -u USERNAME, --username USERNAME - A Tarantool user for connecting to the instance. + A Tarantool user for connecting to the instance using a URI. .. option:: -p PASSWORD, --password PASSWORD @@ -386,22 +386,25 @@ Options .. option:: --sslcertfile FILEPATH - The path to an SSL certificate file for encrypted connections. + The path to an SSL certificate file for encrypted connections for the URI case. .. option:: --sslkeyfile FILEPATH - The path to a private SSL key file for encrypted connections. + The path to a private SSL key file for encrypted connections for the URI case. .. option:: --sslcafile FILEPATH - The path to a trusted certificate authorities (CA) file for encrypted connections. + The path to a trusted certificate authorities (CA) file for encrypted connections for the URI case. .. option:: --sslciphers STRING - The list of SSL cipher suites used for encrypted connections, separated by colons (``:``). + The list of SSL cipher suites used for encrypted connections for the URI case, separated by colons (``:``). .. option:: --timeout - **Applicable to:** ``promote``, ``demote`` + **Applicable to:** ``promote``, ``demote``, ``expel``, ``vshard`` + + The timeout for completing the operation, in seconds. Default: - The timeout for completing the promotion or demotion, in seconds. Default: ``3``. \ No newline at end of file + - ``3`` for ``promote``, ``demote``, ``expel`` + - ``10`` for ``vshard`` \ No newline at end of file