summaryrefslogtreecommitdiff
path: root/codec/image_to_j2k.c
diff options
context:
space:
mode:
authorYannick Verschueren <unknown@unknown>2004-03-05 14:35:02 +0000
committerYannick Verschueren <unknown@unknown>2004-03-05 14:35:02 +0000
commit8ed5edaefaa3fddec7f35e3284e58068a93e5514 (patch)
tree70a45b4477acda6390dbad2b14663854e5b447b9 /codec/image_to_j2k.c
parent56fe7488ad69dfc141ce51874c181c5ae31fffd3 (diff)
Error message changed (obsolete pnmtoj2k)
Diffstat (limited to 'codec/image_to_j2k.c')
-rw-r--r--codec/image_to_j2k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c
index 6ef2953b..6f23e681 100644
--- a/codec/image_to_j2k.c
+++ b/codec/image_to_j2k.c
@@ -536,7 +536,7 @@ int main(int argc, char **argv)
/* Error messages */
/* -------------- */
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;
}