Error message changed (obsolete pnmtoj2k)

This commit is contained in:
Yannick Verschueren 2004-03-05 14:35:02 +00:00
parent 56fe7488ad
commit 8ed5edaefa
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ int main(int argc, char **argv)
/* Error messages */ /* Error messages */
/* -------------- */ /* -------------- */
if (!infile || !outfile) { if (!infile || !outfile) {
fprintf(stderr, "usage: pnmtoj2k -i pnm-file -o j2k-file\n"); fprintf(stderr, "usage: image_to_j2k -i image-file -o j2k-file (+ options)\n");
return 1; return 1;
} }