]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
remove unimplemented -f flags from --help, add the implemented one
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 21:03:52 +0000 (23:03 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 21:03:52 +0000 (23:03 +0200)
main.c

diff --git a/main.c b/main.c
index be3d60c3ecd2fa20beeefa475ff96125094bffca..e91ce31f42a6d5bc4e5ccdeb9342027f00236077 100644 (file)
--- a/main.c
+++ b/main.c
@@ -77,10 +77,8 @@ static int usage() {
     printf("  -force-crc=num         force a specific checksum into the header\n");
     printf("\n");
     printf("flags:\n"
-           "  -fdarkplaces-string-table-bug\n"
-           "            patch the string table to work with some bugged darkplaces versions\n"
-           "  -fomit-nullbytes\n"
-           "            omits certain null-bytes for a smaller output - requires a patched engine\n"
+           "  -fadjust-vector-fields\n"
+           "            when assigning a vector field, its _y and _z fields also get assigned\n"
            );
     return -1;
 }