Fix command line option from 'scene' to '--scene'

This commit is contained in:
Jesse
2025-10-20 23:18:22 -07:00
parent 43776971a2
commit e4d8cb5425
+1 -1
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. |
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+