From 54b04573f9e33dfd9269e034a823a73df1775639 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Fri, 16 Jul 2004 10:39:06 +0000 Subject: [PATCH] USAGE-statement updated --- indexer_JPIP/index_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }