Merge pull request #18770 from eska014/cmdline

Command line fixes
This commit is contained in:
Rémi Verschelde 2018-05-11 14:20:50 +02:00 committed by GitHub
commit eaa6613f06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 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.