light: update usage text

This commit is contained in:
Eric Wasylishen 2015-07-13 15:07:46 -06:00
parent a56dad56c2
commit f24b1a1101
1 changed files with 2 additions and 2 deletions

View File

@ -362,9 +362,9 @@ main(int argc, const char **argv)
if (i != argc - 1) {
printf("usage: light [-threads num] [-extra|-extra4]\n"
" [-light num] [-addmin] [-anglescale|-anglesense]\n"
" [-dist n] [-range n] [-gate n] [-lit]\n"
" [-dist n] [-range n] [-gate n] [-lit] [-lux]\n"
" [-dirt] [-dirtdebug] [-dirtmode n] [-dirtdepth n] [-dirtscale n] [-dirtgain n]\n"
" [-soft [n]] [-fence] bspfile\n");
" [-soft [n]] [-fence] [-gamma n] bspfile\n");
exit(1);
}