From 087cf569ae8c80453d6f0926bda8c0aad8a93598 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Mon, 24 Feb 2014 10:11:29 +0000
Subject: [PATCH] Checkpoint for OPENDJ-1303 "opendj-cli" - Replaced some argument names by their long identifier.toLowerCase() (in CommonArguments ). - Replaced "trustAll" -> CommonArguments.getTrustAll() - Replaced "showUsage"/"help" -> CommonArguments.getShowUsage() - Renamed sslBlindTrust by trustAll in LDAPPasswordModify.java - Added OPTION_LONG_RESTART to ArgumentConstants.  	- Replaced "restart" string in StopDS.java by OPTION_LONG_RESTART. 	- Replaced argument declaration by CommonArguments.getRestart().

---
 opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
index d1a0834..3400149 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -705,6 +705,12 @@
      * The value for the long option ignore errors.
      */
     public static final String OPTION_LONG_IGNORE_ERRORS = "ignoreErrors";
+
+    /**
+     * Value for the restart option long form.
+     */
+    public static final String OPTION_LONG_RESTART = "restart";
+
     // Prevent instantiation.
     private ArgumentConstants() {
 

--
Gitblit v1.10.0