From 1c73a49470fceb6c8b43cc7bb51f49e7e0ba7667 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Fri, 17 Sep 2010 17:11:12 +0000
Subject: [PATCH] - Improved usage information for searchrate and modrate - maxIteration is now for the entire run  - Better error handling with the --argument option

---
 sdk/src/com/sun/opends/sdk/tools/ToolConstants.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java b/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java
index b62fd4a..9eba321 100755
--- a/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java
+++ b/sdk/src/com/sun/opends/sdk/tools/ToolConstants.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2006-2009 Sun Microsystems, Inc.
+ *      Copyright 2006-2010 Sun Microsystems, Inc.
  */
 package com.sun.opends.sdk.tools;
 
@@ -559,6 +559,11 @@
   static final String OPTION_LONG_DONT_WRAP = "dontWrap";
 
   /**
+   * The value for the long option targetDN.
+   */
+  static final String OPTION_LONG_TARGETDN = "targetDN";
+
+  /**
    * Long form of email notification upon completion option.
    */
   static final String OPTION_LONG_COMPLETION_NOTIFICATION_EMAIL = "completionNotify";

--
Gitblit v1.10.0