| | |
| | | import org.opends.guitools.controlpanel.util.Utilities; |
| | | import org.opends.server.admin.AdministrationConnector; |
| | | import org.opends.server.admin.client.ManagementContext; |
| | | import org.opends.server.admin.client.cli.DsFrameworkCliReturnCode; |
| | | import org.opends.server.admin.client.cli.SecureConnectionCliArgs; |
| | | import org.opends.server.config.ConfigException; |
| | | import org.opends.server.tools.ClientException; |
| | |
| | | } |
| | | int v = argParser.validateGlobalOptions(getErrorStream()); |
| | | |
| | | if (v != DsFrameworkCliReturnCode.SUCCESSFUL_NOP.getReturnCode()) { |
| | | if (v != ErrorReturnCode.SUCCESSFUL_NOP.getReturnCode()) { |
| | | println(LocalizableMessage.raw(argParser.getUsage())); |
| | | return v; |
| | | } else { |