| # | Line 214 | Line 214 | char **argv; | |
|---|---|---|
| 214 | ||
| 215 | printf("# Color correspondence produced by:\n#\t\t"); | |
| 216 | printargs(argc, argv, stdout); | |
| 217 | < | printf("#\tUsage: pcwarp -m %s uncorrected.pic > corrected.pic\n", |
| 217 | > | printf("#\tUsage: pcwarp %s uncorrected.pic > corrected.pic\n", |
| 218 | i+1 < argc ? argv[i+1] : "{this_file}"); | |
| 219 | printf("#\t Or: pcond [options] -m %s orig.pic > output.pic\n", | |
| 220 | i+1 < argc ? argv[i+1] : "{this_file}"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |