Better desc

This commit is contained in:
Diavolo 2021-07-16 19:08:50 +02:00
parent e1268f7ae8
commit a5b8643cdd
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
| `--disable-bitmessage` | Disable use of BitMessage completely. |
| `--disable-base128` | Disable base128 encoding for minidumps. |
| `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). |
| `--generate_iw4x_specific_zones` | Generates zones that can only be loaded by IW4x. |
| `--iw4x-zones` | Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches. |
## Command line arguments

View File

@ -75,8 +75,8 @@ newoption {
}
newoption {
trigger = "generate_iw4x_specific_zones",
description = "Generates zones that can only be loaded by IW4x."
trigger = "iw4x-zones",
description = "Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches."
}
newaction {
@ -329,7 +329,7 @@ workspace "iw4x"
if _OPTIONS["force-exception-handler"] then
defines { "FORCE_EXCEPTION_HANDLER" }
end
if _OPTIONS["generate_iw4x_specific_zones"] then
if _OPTIONS["iw4x-zones"] then
defines { "GENERATE_IW4X_SPECIFIC_ZONES" }
end