Browse Source

Corrected --e to -e (#8111)

Change --e to -e in the rider setup docs.
Sean Campbell 1 year ago
parent
commit
8c65e66181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/development/configuring_an_ide/rider.rst

+ 1 - 1
contributing/development/configuring_an_ide/rider.rst

@@ -51,7 +51,7 @@ if you want to debug the editor, you need to configure the debugger first.
 
 
 ::
 ::
 
 
-  --e --path <path to the Godot project>
+  -e --path <path to the Godot project>
 
 
 This will tell the executable to debug the specified project without using the project manager.
 This will tell the executable to debug the specified project without using the project manager.
 Use the root path to the project folder, not ``project.godot`` file path.
 Use the root path to the project folder, not ``project.godot`` file path.