From 04aefd84691b87f1b3b719a114150f58df52ddcd Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Mon, 23 Jul 2001 20:36:30 +0000 Subject: [PATCH] ICU-1071 pkgdata --help message garbled, now fixed. X-SVN-Rev: 5295 --- 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 3377f73755..a541023472 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.c +++ b/icu4c/source/tools/pkgdata/pkgdata.c @@ -77,7 +77,7 @@ static UOption options[]={ const char options_help[][160]={ "Set the data name", #ifdef WIN32 - "R:icupath for release version or D:icupath for debug version, where icupath is the directory where ICU is located" + "R:icupath for release version or D:icupath for debug version, where icupath is the directory where ICU is located", #else "Specify options for the builder", #endif