Skip to content

Commit 8afe3f2

Browse files
authored
Merge pull request #11396 from CW-Jesse/dev-command-line-tutorial-scene-fix
Fixed typo in command line tutorial: `--scene` argument listed as `scene`
2 parents 4377697 + e4d8cb5 commit 8afe3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/editor/command_line_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ given build type.
8686
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
8787
| ``--path <directory>`` | |release| Path to a project (``<directory>`` must contain a 'project.godot' file). |
8888
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
89-
| ``scene <path>`` | |release| Path or UID of a scene in the project that should be started. |
89+
| ``--scene <path>`` | |release| Path or UID of a scene in the project that should be started. |
9090
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
9191
| ``-u``, ``--upwards`` | |release| Scan folders upwards for 'project.godot' file. |
9292
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)