1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix help/man for --export and --export-debug

This commit is contained in:
Leon Krause
2018-05-10 20:23:36 +02:00
parent 942f6dfbd6
commit c4c7270cc7
2 changed files with 4 additions and 4 deletions

View File

@@ -128,10 +128,10 @@ Print the frames per second to the stdout.
Run a script.
.TP
\fB\-\-export\fR <target>
Export the project using the given export target.
Export the project using the given export target. Export only main pack if path ends with .pck or .zip.
.TP
\fB\-\-export\-debug\fR
Use together with \fB\-\-export\fR, enables debug mode for the template.
Like \-\-export, but use debug template.
.TP
\fB\-\-doctool\fR <path>
Dump the engine API reference to the given <path> in XML format, merging if existing files are found.