From: Antonin Descampe Date: Fri, 16 Jul 2004 10:39:06 +0000 (+0000) Subject: USAGE-statement updated X-Git-Tag: start~7 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=54b04573f9e33dfd9269e034a823a73df1775639;p=openjpeg.git USAGE-statement updated --- 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; }