From f7ebd6362b26a10101ef4b930f931817373566f0 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Fri, 4 Nov 2011 17:09:18 +0000 Subject: [PATCH] ICU-8888 Update the help message in pkgdata tool X-SVN-Rev: 30930 --- icu4c/source/tools/pkgdata/pkgdata.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/tools/pkgdata/pkgdata.cpp b/icu4c/source/tools/pkgdata/pkgdata.cpp index 194179be79b..ce77fa39e22 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.cpp +++ b/icu4c/source/tools/pkgdata/pkgdata.cpp @@ -223,7 +223,8 @@ const char options_help[][320]={ "Specify a version when packaging in dll or static mode", "Add package to all file names if not present", "Library name to build (if different than package name)", - "Quite mode. (e.g. Do not output a readme file for static libraries)" + "Quite mode. (e.g. Do not output a readme file for static libraries)", + "Build the data without assembly code" }; const char *progname = "PKGDATA"; -- 2.40.0