From 1420bee49bc3b81bd4c7650b0b1b7557742cdb41 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Fri, 24 Aug 2012 23:03:52 +0200 Subject: [PATCH] remove unimplemented -f flags from --help, add the implemented one --- main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index be3d60c..e91ce31 100644 --- 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; } -- 2.39.2