remove unimplemented -f flags from --help, add the implemented one

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-24 23:03:52 +02:00
parent 8a5dd1455a
commit 1420bee49b

6
main.c
View file

@ -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;
}