Skip to content

Commit

Permalink
Replaced tarantoolctl with tt.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaksenov authored and kyukhin committed Nov 24, 2023
1 parent b64b045 commit 191b32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ This `console` doesn't require authentication, because it uses a local
Unix socket in the container to connect to Tarantool. However, it requires
you to have direct access to the container.

If you need to access a remote console via TCP/IP, use the `tarantoolctl` utility
as explained [here](https://www.tarantool.io/en/doc/latest/reference/tarantoolctl/).
If you need to access a remote console via TCP/IP, use the `tt` utility
as explained [here](https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/).

### Start a master-master replica set

Expand Down

0 comments on commit 191b32e

Please sign in to comment.