Browse Source

Made export template name match the default for Linux

The default export template name for Linux appears to be `Linux/X11` and not `Linux X11`
Meriipu 6 years ago
parent
commit
9907bc833b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/editor/command_line_tutorial.rst

+ 1 - 1
getting_started/editor/command_line_tutorial.rst

@@ -135,7 +135,7 @@ that is headless (server build, no video) is ideal for this.
 
 
 ::
 ::
 
 
-    user@host:~/newgame$ godot --export "Linux X11" /var/builds/project
+    user@host:~/newgame$ godot --export "Linux/X11" /var/builds/project
     user@host:~/newgame$ godot --export Android /var/builds/project.apk
     user@host:~/newgame$ godot --export Android /var/builds/project.apk
 
 
 The platform names recognized by the ``--export`` switch are the same as
 The platform names recognized by the ``--export`` switch are the same as