Help message updated
This commit is contained in:
parent
f3c3eab744
commit
0a879e2207
|
@ -86,10 +86,10 @@ void help_display()
|
||||||
("Required Parameters (except with -h):\n");
|
("Required Parameters (except with -h):\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf
|
printf
|
||||||
("-i : source file (-i source.pnm also *.pgm, *.ppm) \n");
|
("-i : source file (-i source.yuv) \n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf
|
printf
|
||||||
("-o : destination file (-o dest.j2k or .jp2) \n");
|
("-o : destination file (-o dest.mj2) \n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf
|
printf
|
||||||
("Optional Parameters:\n");
|
("Optional Parameters:\n");
|
||||||
|
|
Loading…
Reference in New Issue