Skip to content

Commit 8aa777c

Browse files
Apply suggestions from code review
Co-authored-by: Georgy Moiseev <[email protected]>
1 parent d9827e5 commit 8aa777c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/platform/ddl_dml/migrations/troubleshoot_migrations_tt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To interrupt migration execution on the cluster, use ``tt migrations stop``:
7878
--tarantool-username=client --tarantool-password=secret
7979
8080
To avoid such situations in the future, restrict the maximum migration execution time
81-
using the ``--executions-timeout`` option of ``tt migrations apply``:
81+
using the ``--execution-timeout`` option of ``tt migrations apply``:
8282

8383
.. code-block:: console
8484

doc/tooling/tt_cli/migrations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configuration storage on all its read-write instances (replica set leaders).
4545
.. code-block:: console
4646
4747
$ tt migrations apply "https://user:pass@localhost:2379/myapp" \
48-
-tarantool-username=admin --tarantool-password=pass
48+
--tarantool-username=admin --tarantool-password=pass
4949
5050
To apply a single published migration, pass its name in the ``--migration`` option:
5151

@@ -96,7 +96,7 @@ argument:
9696

9797
.. code-block:: console
9898
99-
$ tt migrations publish "https://user:pass@localhost:2379/myapp my_migrations"
99+
$ tt migrations publish "https://user:pass@localhost:2379/myapp" my_migrations
100100
101101
To publish a single migration from a file, use its name or path as the command argument:
102102

0 commit comments

Comments
 (0)