Edit description of --copy-to and add expected value type.

This commit is contained in:
/dev/urandom 2015-12-31 03:58:16 +01:00
parent c07d9e4cfc
commit 3bacac8e56
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -1,7 +1,8 @@
-- Option to allow copying the DLL file to a custom folder after build
newoption {
trigger = "copy-to",
description = "Optionally copy the DLL to a custom folder after build, define the path here if wanted."
description = "Optional, copy the DLL to a custom folder after build, define the path here if wanted.",
value = "PATH"
}
solution "iw4x"