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

neil_a_wilson
15.36.2006 2b85f2699db9a61e876b3459fd363470751d094c
Update the MakeLDIF tool so that the --resourcePath argument is marked hidden
so it is not displayed in the usage information (it is automatically provided
by the shell script/batch file used to launch the tool, so the user doesn't
need to provide it or be aware of it).

OpenDS Issue Number: 1007
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/tools/makeldif/MakeLDIF.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/makeldif/MakeLDIF.java
@@ -147,6 +147,7 @@
           new StringArgument("resourcepath", 'r', "resourcePath", true, false,
                              true, "{path}", null, null,
                              MSGID_MAKELDIF_DESCRIPTION_RESOURCE_PATH);
      resourcePath.setHidden(true);
      argParser.addArgument(resourcePath);