From a14633e67f82fb753787beeeeae71fd81f0bd738 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 16 Oct 2001 16:49:49 +0000 Subject: [PATCH] ICU-1211 Change the documentation to reflect currect arguments. X-SVN-Rev: 6257 --- icu4c/source/tools/pkgdata/pkgdata.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/tools/pkgdata/pkgdata.c b/icu4c/source/tools/pkgdata/pkgdata.c index d5b29f3d12f..58ec8c62c33 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.c +++ b/icu4c/source/tools/pkgdata/pkgdata.c @@ -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");