opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java
@@ -53,6 +53,7 @@ */ public class UninstallerArgumentParser extends SecureConnectionCliParser { private BooleanArgument cliArg; private BooleanArgument noPromptArg; BooleanArgument forceOnErrorArg; private BooleanArgument quietArg; @@ -103,6 +104,12 @@ throws ArgumentException { LinkedHashSet<Argument> args = new LinkedHashSet<Argument>(); cliArg = new BooleanArgument( OPTION_LONG_CLI, OPTION_SHORT_CLI, OPTION_LONG_CLI, INFO_UNINSTALLDS_DESCRIPTION_CLI.get()); args.add(cliArg); removeAllArg = new BooleanArgument( "remove-all", 'a',