mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 14:51:40 +00:00
Merge pull request #2 from Talon1024/master
Add comment option to zdray help
This commit is contained in:
commit
1165ef26d7
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ static void ShowUsage()
|
|||
"Usage: zdray [options] sourcefile.wad\n"
|
||||
" -m, --map=MAP Only affect the specified map\n"
|
||||
" -o, --output=FILE Write output to FILE instead of tmp.wad\n"
|
||||
" -c, --comments Write UDMF index comments\n"
|
||||
" -q, --no-prune Keep unused sidedefs and sectors\n"
|
||||
" -N, --no-nodes Do not rebuild nodes\n"
|
||||
" -g, --gl Build GL-friendly nodes\n"
|
||||
|
|
Loading…
Reference in a new issue