| # | Line 71 | Line 71 | main( /* takes both the octree and the image */ | |
|---|---|---|
| 71 | else | |
| 72 | break; | |
| 73 | if (i > argc-2) { | |
| 74 | < | fprintf(stderr, "Usage: %s [-s] [rtrace args] octree picture\n", |
| 74 | > | fprintf(stderr, "Usage: %s [-s][-T] [rtrace args] octree picture\n", |
| 75 | progname); | |
| 76 | exit(1); | |
| 77 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |