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

neil_a_wilson
11.45.2006 d9b2b9b7578edb367174b1a516f38feb6eb028ae
opends/src/server/org/opends/server/tools/LDIFDiff.java
@@ -133,7 +133,9 @@
    StringArgument  targetLDIF;
    ArgumentParser argParser = new ArgumentParser(CLASS_NAME, false);
    String toolDescription = getMessage(MSGID_LDIFDIFF_TOOL_DESCRIPTION);
    ArgumentParser argParser = new ArgumentParser(CLASS_NAME, toolDescription,
                                                  false);
    try
    {
      sourceLDIF = new StringArgument("sourceldif", 's', "sourceLDIF", true,