From c3e601f384ce0356156a28ddfc78c458715e1a41 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
---
opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java b/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
index aca9d79..8402a37 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opendj-sdk/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