Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p7nov committed Sep 2, 2024
1 parent 51e5c53 commit d1d5365
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/tooling/tt_cli/global_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Global options

.. option:: -s, --self

Execute the same ``tt`` installation in presence of other active ``tt`` versions
in :ref:`bin_dir <tt-config_file_env>`.
Use the current ``tt`` version instead of executing the one located
in the :ref:`bin_dir <tt-config_file_env>` directory.

.. option:: -S, --system

Expand Down
2 changes: 1 addition & 1 deletion doc/tooling/tt_cli/log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Printing Tarantool logs

.. code-block:: console
$ tt log APPLICATION[:APP_INSTANCE]
$ tt log [APPLICATION[:APP_INSTANCE]]
``tt log`` prints the last lines of instance logs.

Expand Down
2 changes: 1 addition & 1 deletion doc/tooling/tt_cli/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Starting Tarantool applications

.. code-block:: console
$ tt start APPLICATION[:APP_INSTANCE]
$ tt start [APPLICATION[:APP_INSTANCE]]
``tt start`` starts Tarantool applications. The application files must be stored
inside the ``instances_enabled`` directory specified in the :ref:`tt configuration file <tt-config_file_app>`.
Expand Down
2 changes: 1 addition & 1 deletion doc/tooling/tt_cli/stop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Stopping a Tarantool instance

.. code-block:: console
$ tt stop APPLICATION[:APP_INSTANCE]
$ tt stop [APPLICATION[:APP_INSTANCE]]
``tt stop`` stops the specified running Tarantool applications or instances.
When called without arguments, stops all running applications in the current environment.
Expand Down

0 comments on commit d1d5365

Please sign in to comment.