diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-11-05 10:08:06 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-11-05 10:08:06 +0000 |
| commit | 0a879e22071bfdf39dcf2cb611db9cb364e62a04 (patch) | |
| tree | 80bea5dc31b16c7d5f0251d024e6e0636a381bda | |
| parent | f3c3eab744f888d71f41fcebbf843dd42477fd21 (diff) | |
Help message updated
| -rw-r--r-- | mj2/frames_to_mj2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mj2/frames_to_mj2.c b/mj2/frames_to_mj2.c index d8635eed..8b6a4653 100644 --- a/mj2/frames_to_mj2.c +++ b/mj2/frames_to_mj2.c @@ -86,10 +86,10 @@ void help_display() ("Required Parameters (except with -h):\n"); printf("\n"); printf - ("-i : source file (-i source.pnm also *.pgm, *.ppm) \n"); + ("-i : source file (-i source.yuv) \n"); printf("\n"); printf - ("-o : destination file (-o dest.j2k or .jp2) \n"); + ("-o : destination file (-o dest.mj2) \n"); printf("\n"); printf ("Optional Parameters:\n"); |
