From 1c3b6d22d0609936b2459e5b11cce19a24fbc8c6 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Fri, 24 Oct 2003 18:12:37 +0000 Subject: [PATCH] ICU-2899 update help text X-SVN-Rev: 13486 --- .../icu/dev/tool/localeconverter/XLIFF2ICUConverter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4j/src/com/ibm/icu/dev/tool/localeconverter/XLIFF2ICUConverter.java b/icu4j/src/com/ibm/icu/dev/tool/localeconverter/XLIFF2ICUConverter.java index ca6e73647d..bfdf3a1ad4 100644 --- a/icu4j/src/com/ibm/icu/dev/tool/localeconverter/XLIFF2ICUConverter.java +++ b/icu4j/src/com/ibm/icu/dev/tool/localeconverter/XLIFF2ICUConverter.java @@ -6,7 +6,7 @@ * * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/tool/localeconverter/XLIFF2ICUConverter.java,v $ * $Date: 2003/05/19 -* $Revision: 1.6 $ +* $Revision: 1.7 $ * ****************************************************************************** */ @@ -159,8 +159,8 @@ public final class XLIFF2ICUConverter { "-s or --sourcedir source directory for files followed by path, default is current directory.\n" + "-d or --destdir destination directory, followed by the path, default is current directory.\n" + "-h or -? or --help this usage text.\n"+ - "-t or --target-only only generate the target language txt file.\n" + - "example: XLIFF2ICUConverter -t -s xxx -d yyy myResources.xlf"); + "-t or --target-only only generate the target language txt file, followed by optional output file name.\n" + + "example: com.ibm.icu.dev.tool.localeconverter.XLIFF2ICUConverter -t -s xxx -d yyy myResources.xlf"); System.exit(-1); }