mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
11.45.2006 9be33d0929c290b2ee31b1b0d8fddab32f99674e
opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java
@@ -422,7 +422,9 @@
    StringArgument  sourceFile;
    StringArgument  targetFile;
    ArgumentParser argParser = new ArgumentParser(CLASS_NAME, false);
    String toolDescription = getMessage(MSGID_LDIFMODIFY_TOOL_DESCRIPTION);
    ArgumentParser argParser = new ArgumentParser(CLASS_NAME, toolDescription,
                                                  false);
    try
    {