From 5f5b90916e9743cee0386499d83a6c673f768f5e Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 27 Jun 2007 14:50:36 +0000
Subject: [PATCH] fix for issue #1809 (Avoid operands wherever possible)

---
 opends/src/server/org/opends/server/tools/ToolConstants.java |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index 23d1c60..4ed2409 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -571,9 +571,20 @@
   public static final String OPTION_VALUE_MEMBERNAME = "{member-name}";
 
   /**
-   * The placeholder value of backend name that will be
+   * The value for the short option backendName attributes.
+   */
+  public static final char OPTION_SHORT_BACKENDNAME = 'b';
+
+  /**
+   * The value for the long option backendName
+   * attribute.
+   */
+  public static final String OPTION_LONG_BACKENDNAME= "backendName";
+
+  /**
+   * The placeholder value of backendName that will be
    * displayed in usage information.
    */
-  public static final String OPERAND_BACKEND = "BACKEND_NAME";
+  public static final String OPTION_VALUE_BACKENDNAME = "{backend-name}";
 }
 

--
Gitblit v1.10.0