opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java
@@ -23,6 +23,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions Copyright 2012 ForgeRock AS. */ package org.opends.server.tools; import org.opends.admin.ads.util.ConnectionUtils; @@ -380,6 +381,7 @@ port = new IntegerArgument("port", OPTION_SHORT_PORT, OPTION_LONG_PORT, false, false, true, INFO_PORT_PLACEHOLDER.get(), 389, null, true, 1, true, 65535, INFO_DESCRIPTION_PORT.get()); port.setPropertyName(OPTION_LONG_PORT); argParser.addArgument(port);