浏览代码

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

Jesse 1 月之前
父节点
当前提交
e4d8cb5425
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/editor/command_line_tutorial.rst

+ 1 - 1
tutorials/editor/command_line_tutorial.rst

@@ -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.                                                                                                     |
 +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+