From 728eb3e9368b641832819b7c8687864a938dee4b Mon Sep 17 00:00:00 2001
From: Tim "Docteur" Caillot <tim.caillot@gmail.com>
Date: Wed, 26 Jun 2019 07:12:09 +0000
Subject: [PATCH] Added backwards compatibility with -a (#73)

---
 opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 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 de1ed2b..bbf9253 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
@@ -205,7 +205,12 @@
     /** The value for the long option certNickname . */
     public static final String OPTION_LONG_CERT_NICKNAME = "certNickname";
 
-    /** The value for the short option continueOnError . */
+    /** The value for the short option defaultAdd . */
+    public static final char OPTION_SHORT_DEFAULT_ADD = 'a';
+    /** The value for the long option defaultAdd . */
+    public static final String OPTION_LONG_DEFAULT_ADD = "defaultAdd";
+
+  /** The value for the short option continueOnError . */
     public static final char OPTION_SHORT_CONTINUE_ON_ERROR = 'c';
     /** The value for the long option continueOnError . */
     public static final String OPTION_LONG_CONTINUE_ON_ERROR = "continueOnError";

--
Gitblit v1.10.0