diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-05-11 14:20:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 14:20:50 +0200 |
commit | eaa6613f0683bfc29767e9c4abc9f5b1435b5577 (patch) | |
tree | 805487316188f73ca563162545c56165e115b79f /misc/dist/linux | |
parent | 5676ab368a0f739d5981e4980fd3c54b728a1ae7 (diff) | |
parent | c4c7270cc7108e514b596dd7f4aac53810f0186d (diff) |
Merge pull request #18770 from eska014/cmdline
Command line fixes
Diffstat (limited to 'misc/dist/linux')
-rw-r--r-- | misc/dist/linux/godot.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6 index 26ebe01af7..64495d817e 100644 --- a/misc/dist/linux/godot.6 +++ b/misc/dist/linux/godot.6 @@ -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. |