diff options
| author | Antonin Descampe <antonin@gmail.com> | 2004-07-16 10:39:06 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2004-07-16 10:39:06 +0000 |
| commit | 54b04573f9e33dfd9269e034a823a73df1775639 (patch) | |
| tree | c9abed2edea34fd9f2ba8e234280947cb17eb4f2 | |
| parent | ba0042bfe235b753bf8fbc4699b44a0f744c340b (diff) | |
USAGE-statement updated
| -rw-r--r-- | indexer_JPIP/index_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer_JPIP/index_create.c b/indexer_JPIP/index_create.c index e7161967..759f86bb 100644 --- a/indexer_JPIP/index_create.c +++ b/indexer_JPIP/index_create.c @@ -1156,7 +1156,7 @@ int main(int argc, char **argv) if (argc != 4) { - fprintf(stderr,"\nERROR in entry : index_create J2K-file Idx-file version\n\nVersion : 0, 1, 2 or 3\n\n"); + fprintf(stderr,"\nUSAGE : ./index_create J2K-file JP2-file version\n\nVersion : 0, 1, 2 or 3\n 0 : [faix] 4-byte and no AUX fields\n 1 : [faix] 8-byte and no AUX fields\n 2 : [faix] 4-byte and AUX fields\n 3 : [faix] 8-byte and AUX fields\n\nReference Document : annex I from JPIP-FCD-version 2 (SC 29 N5727)\n\n"); return 1; } |
