mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
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:
@@ -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. |
|
||||
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user