From: Wolfgang (Blub) Bumiller Date: Fri, 24 Aug 2012 21:03:52 +0000 (+0200) Subject: remove unimplemented -f flags from --help, add the implemented one X-Git-Tag: 0.1-rc1~35 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1420bee49bc3b81bd4c7650b0b1b7557742cdb41;p=xonotic%2Fgmqcc.git remove unimplemented -f flags from --help, add the implemented one --- 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; }