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

Violette Roche-Montane
14.29.2014 c37b0d815d222d000d2a220e929b488ecff665c3
opendj3-server-dev/src/server/org/opends/server/tools/ExportLDIF.java
@@ -60,7 +60,7 @@
import com.forgerock.opendj.cli.BooleanArgument;
import com.forgerock.opendj.cli.IntegerArgument;
import com.forgerock.opendj.cli.StringArgument;
import com.forgerock.opendj.cli.CLIException;
import com.forgerock.opendj.cli.ClientException;
import org.forgerock.i18n.LocalizableMessage;
@@ -333,7 +333,7 @@
      err.println(argParser.getUsage());
      return 1;
    }
    catch (CLIException ce)
    catch (ClientException ce)
    {
      // No need to display the usage since the problem comes with a provided
      // value.