ICU-2899 add exit statement to usage method

X-SVN-Rev: 13484
This commit is contained in:
Ram Viswanadha 2003-10-24 17:55:29 +00:00
parent 084cb28188
commit 5e01009e0d

View File

@ -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.5 $
* $Revision: 1.6 $
*
******************************************************************************
*/
@ -161,6 +161,7 @@ public final class XLIFF2ICUConverter {
"-h or -? or --help this usage text.\n"+
"-t or --target-only only generate the target language txt file.\n" +
"example: XLIFF2ICUConverter -t <optional argument> -s xxx -d yyy myResources.xlf");
System.exit(-1);
}
private String getFullPath(boolean fileType, String fName){