ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rcode_norm.c
(Generate patch)

Comparing ray/src/util/rcode_norm.c (file contents):
Revision 2.1 by greg, Fri Jul 19 02:18:44 2019 UTC vs.
Revision 2.2 by greg, Sat Jul 20 02:07:23 2019 UTC

# Line 22 | Line 22 | usage_exit(int code)
22   {
23          fputs("Usage: ", stderr);
24          fputs(progname, stderr);
25 <        fputs(" [-h[io]][-H[io]][-f[afd]] [input [output]]\n", stderr);
25 >        fputs(" [-h[io]][-H[io]][-f[afd]] [input [output.nrm]]\n", stderr);
26          fputs("   Or: ", stderr);
27          fputs(progname, stderr);
28 <        fputs(" -r [-i][-u][-h[io]][-H[io]][-f[afd]] [input [output]]\n",
28 >        fputs(" -r [-i][-u][-h[io]][-H[io]][-f[afd]] [input.nrm [output]]\n",
29                          stderr);
30          exit(code);
31   }
# Line 304 | Line 304 | main(int argc, char *argv[])
304                          fputs(": -i option requires input resolution\n", stderr);
305                          usage_exit(1);
306                  }
307 <                nc.hdrflags &= ~(HF_HEADOUT|HF_RESOUT);
307 >                nc.hdrflags &= ~HF_RESOUT;
308          }
309          if (a < argc-2) {
310                  fputs(progname, stderr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines