From 2b85f2699db9a61e876b3459fd363470751d094c Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 15 Nov 2006 16:36:02 +0000
Subject: [PATCH] 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/src/server/org/opends/server/tools/makeldif/MakeLDIF.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/makeldif/MakeLDIF.java b/opends/src/server/org/opends/server/tools/makeldif/MakeLDIF.java
index 1676b44..6a661b9 100644
--- a/opends/src/server/org/opends/server/tools/makeldif/MakeLDIF.java
+++ b/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);
 
 

--
Gitblit v1.10.0