mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 06:41:37 +00:00
Adjust usage print slightly
This commit is contained in:
parent
031dc4a4db
commit
5035f3671f
1 changed files with 1 additions and 2 deletions
|
@ -487,8 +487,7 @@ static void ShowUsage()
|
|||
" -d, --diagonal-cost=NNN Cost for avoiding diagonal splitters (default %d)\n"
|
||||
" -P, --no-polyobjs Do not check for polyobject subsector splits\n"
|
||||
" -j, --threads=NNN Number of threads used for raytracing (default %d)\n"
|
||||
" -S, --size=NNN lightmap texture dimensions for width and height\n"
|
||||
" must be in powers of two (1, 2, 4, 8, 16, etc)\n"
|
||||
" -S, --size=NNN lightmap texture dimensions for width and height must be in powers of two (1, 2, 4, 8, 16, etc)\n"
|
||||
" -C, --cpu-raytrace Use the CPU for ray tracing\n"
|
||||
" -D, --vkdebug Print messages from the vulkan validation layer\n"
|
||||
" -w, --warn Show warning messages\n"
|
||||
|
|
Loading…
Reference in a new issue