From 3bacac8e56648e63e2060b01378a72f49eb08a0c Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Thu, 31 Dec 2015 03:58:16 +0100 Subject: [PATCH] Edit description of --copy-to and add expected value type. --- premake5.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 4f34c278..ba412ff2 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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"