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

jvergara
25.22.2009 dabdc375ef7668fcecefa6e847c8a55c22164215
opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java
@@ -79,6 +79,7 @@
import org.opends.server.util.args.IntegerArgument;
import org.opends.server.util.args.LDAPConnectionArgumentParser;
import org.opends.server.util.args.StringArgument;
import org.opends.server.util.cli.CLIException;
@@ -405,6 +406,13 @@
      err.println(argParser.getUsage());
      return 1;
    }
    catch (CLIException ce)
    {
      // No need to display the usage since the problem comes with a provided
      // value.
      err.println(wrapText(ce.getMessageObject(), MAX_LINE_WIDTH));
      return 1;
    }
    // If we should just display usage or version information,