From 646ee161b0091a5e9b554cb5a00b231dbc5c1ac7 Mon Sep 17 00:00:00 2001 From: Andrey Aksenov <38073144+andreyaksenov@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:17:32 +0300 Subject: [PATCH] Fix 'tt run' example with the '-i' flag (#4080) --- doc/reference/tooling/tt_cli/run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/tooling/tt_cli/run.rst b/doc/reference/tooling/tt_cli/run.rst index 457b65d413..da49590efe 100644 --- a/doc/reference/tooling/tt_cli/run.rst +++ b/doc/reference/tooling/tt_cli/run.rst @@ -61,4 +61,4 @@ Examples .. code-block:: console - $ tt run app.lua -i + $ tt run -i app.lua