From 31aab4e99942d2582ab17fa70dcb4f9e7e852e11 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 01 Aug 2007 08:31:17 +0000
Subject: [PATCH] Fix for issues #1342 and #1343
---
opends/src/server/org/opends/server/tools/ToolConstants.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index aca9d79..8402a37 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -605,6 +605,23 @@
public static final String OPTION_VALUE_SERVERID = "{serverID}";
/**
+ * The value for the short option userID attributes.
+ */
+ public static final String OPTION_SHORT_USERID = null;
+
+ /**
+ * The value for the long option userID
+ * attribute.
+ */
+ public static final String OPTION_LONG_USERID= "userID";
+
+ /**
+ * The placeholder value of userID that will be
+ * displayed in usage information.
+ */
+ public static final String OPTION_VALUE_USERID = "{userID}";
+
+ /**
* The value for the short option set.
*/
public static final Character OPTION_SHORT_SET = null;
--
Gitblit v1.10.0