ソースを参照

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

Fixed typo in command line tutorial: `--scene` argument listed as `scene`
Matthew 2 ヶ月 前
コミット
8afe3f2771
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.                                                                                                     |
 +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+