mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +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("\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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue