ICU-1211 Change the documentation to reflect currect arguments.

X-SVN-Rev: 6257
This commit is contained in:
George Rhoten 2001-10-16 16:49:49 +00:00
parent a53e8c0623
commit a14633e67f

View File

@ -146,9 +146,10 @@ main(int argc, char* argv[]) {
if(argc<0 || needsHelp ) {
fprintf(stderr,
"usage: %s [-options] [-] [ filename1 filename2 ... ] \n"
"usage: %s [-options] [-] [packageFile] \n"
"\tProduce packaged ICU data from the given list(s) of files.\n"
"\t'-' by itself means to read from stdin.\n",
"\t'-' by itself means to read from stdin.\n"
"\tpackageFile is a text file containing the list of files to package.\n",
progname);
fprintf(stderr, "\n options:\n");