From 21b87f6765bfe50bcfd39bab0008e7e688bd83bb Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 6 May 2004 05:48:45 +0000 Subject: [PATCH] ICU-3389 The -O isn't required, and document it that way X-SVN-Rev: 15172 --- icu4c/source/tools/pkgdata/pkgdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/pkgdata/pkgdata.c b/icu4c/source/tools/pkgdata/pkgdata.c index 595c53bea3..48fdaaa764 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.c +++ b/icu4c/source/tools/pkgdata/pkgdata.c @@ -211,7 +211,7 @@ main(int argc, char* argv[]) { fprintf(stderr, "\n options:\n"); for(i=0;i<(sizeof(options)/sizeof(options[0]));i++) { fprintf(stderr, "%-5s -%c %s%-10s %s\n", - (i<2?"[REQ]":""), + (i<1?"[REQ]":""), options[i].shortName, options[i].longName ? "or --" : " ", options[i].longName ? options[i].longName : "",