mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
remove unimplemented -f flags from --help, add the implemented one
This commit is contained in:
parent
8a5dd1455a
commit
1420bee49b
1 changed files with 2 additions and 4 deletions
6
main.c
6
main.c
|
@ -77,10 +77,8 @@ static int usage() {
|
||||||
printf(" -force-crc=num force a specific checksum into the header\n");
|
printf(" -force-crc=num force a specific checksum into the header\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("flags:\n"
|
printf("flags:\n"
|
||||||
" -fdarkplaces-string-table-bug\n"
|
" -fadjust-vector-fields\n"
|
||||||
" patch the string table to work with some bugged darkplaces versions\n"
|
" when assigning a vector field, its _y and _z fields also get assigned\n"
|
||||||
" -fomit-nullbytes\n"
|
|
||||||
" omits certain null-bytes for a smaller output - requires a patched engine\n"
|
|
||||||
);
|
);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue