Browse Source

Update `--no-window` option description in Command line tutorial (#5157)

Co-authored-by: Hugo Locurcio <[email protected]>
Mitchell Davis 4 years ago
parent
commit
2811ab47f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/editor/command_line_tutorial.rst

+ 1 - 1
tutorials/editor/command_line_tutorial.rst

@@ -92,7 +92,7 @@ Command line reference
 +------------------------------------+----------------------------------------------------------------------------+
 | ``--low-dpi``                      | Force low-DPI mode (macOS and Windows only).                               |
 +------------------------------------+----------------------------------------------------------------------------+
-| ``--no-window``                    | Disable window creation (Windows only). Useful together with ``--script``. |
+| ``--no-window``                    | Run with invisible window. Useful together with ``--script``.              |
 +------------------------------------+----------------------------------------------------------------------------+
 | ``--enable-vsync-via-compositor``  | When vsync is enabled, vsync via the OS' window compositor (Windows only). |
 +------------------------------------+----------------------------------------------------------------------------+