Merge pull request #11396 from CW-Jesse/dev-command-line-tutorial-scene-fix

Fixed typo in command line tutorial: `--scene` argument listed as `scene`
This commit is contained in:
Matthew
2025-10-21 18:03:46 -04:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ given build type.
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``--path <directory>`` | |release| Path to a project (``<directory>`` must contain a 'project.godot' file). |
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``scene <path>`` | |release| Path or UID of a scene in the project that should be started. |
| ``--scene <path>`` | |release| Path or UID of a scene in the project that should be started. |
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``-u``, ``--upwards`` | |release| Scan folders upwards for 'project.godot' file. |
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+