From 2095a28e3b117ddc7b565bc7fbe410af70cb48f4 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 31 Oct 2016 14:00:38 +0000
Subject: [PATCH] OPENDJ-2772 Align SDK client tool with server's
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java | 8 +++++---
1 files changed, 5 insertions(+), 3 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 02f0710..9675329 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
@@ -265,9 +265,6 @@
/** Long form of option for the command-line encoding option. */
public static final String OPTION_LONG_ENCODING = "encoding";
- /** Long form of option specifying no wrapping of the command-line. */
- public static final String OPTION_LONG_DONT_WRAP = "dontWrap";
-
/** The value for the long option targetDN. */
public static final String OPTION_LONG_TARGETDN = "targetDN";
@@ -384,6 +381,11 @@
/** The value to use to read from stdin or write to stdout. */
public static final String USE_SYSTEM_STREAM_TOKEN = "-";
+ /** The value for the wrap column long option. */
+ public static final String OPTION_LONG_WRAP_COLUMN = "wrapColumn";
+ /** The value for the wrap column short option. */
+ public static final char OPTION_SHORT_WRAP_COLUMN = 't';
+
/** Prevent instantiation. */
private ArgumentConstants() {
}
--
Gitblit v1.10.0