| # | Line 190 | Line 190 | char **argv; | |
|---|---|---|
| 190 | getcolors(); | |
| 191 | compute(); /* compute color mapping */ | |
| 192 | /* print comment */ | |
| 193 | < | printf("{ Color correction file computed by:\n\t"); |
| 193 | > | printf("{\n\tColor correction file computed by:\n\t\t"); |
| 194 | printargs(argc, argv, stdout); | |
| 195 | + | printf("\n\tUsage: pcomb -f %s uncorrected.pic > corrected.pic\n", |
| 196 | + | i+1 < argc ? argv[i+1] : "{this_file}"); |
| 197 | printf("}\n"); | |
| 198 | putmapping(); /* put out color mapping */ | |
| 199 | if (debugfp != NULL) /* put out debug picture */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |