From e4d8cb54257417fe872813454dedaca320f612a7 Mon Sep 17 00:00:00 2001 From: Jesse Date: Mon, 20 Oct 2025 23:18:22 -0700 Subject: [PATCH] Fix command line option from 'scene' to '--scene' --- tutorials/editor/command_line_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor/command_line_tutorial.rst b/tutorials/editor/command_line_tutorial.rst index d97997035..c1a28fb69 100644 --- a/tutorials/editor/command_line_tutorial.rst +++ b/tutorials/editor/command_line_tutorial.rst @@ -86,7 +86,7 @@ given build type. +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``--path `` | |release| Path to a project (```` must contain a 'project.godot' file). | +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| ``scene `` | |release| Path or UID of a scene in the project that should be started. | +| ``--scene `` | |release| Path or UID of a scene in the project that should be started. | +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ``-u``, ``--upwards`` | |release| Scan folders upwards for 'project.godot' file. | +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+