From 88496c3a54b4c6e969cb0dce5cf67e5da6846740 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 31 Oct 2016 13:59:39 +0000
Subject: [PATCH] OPENDJ-2772 Code cleanup
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java | 6 +++---
1 files changed, 3 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 049c7cc..02f0710 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
@@ -375,15 +375,15 @@
/** Value for the restart option long form. */
public static final String OPTION_LONG_RESTART = "restart";
- /** The value for the hidden testonly argument. */
- public static final String OPTION_LONG_TESTONLY_ARGUMENT = "testOnly";
-
/** The value for the backend type long option. */
public static final String OPTION_LONG_BACKEND_TYPE = "backendType";
/** The value for the backend type short option. */
public static final Character OPTION_SHORT_BACKEND_TYPE = 't';
+ /** The value to use to read from stdin or write to stdout. */
+ public static final String USE_SYSTEM_STREAM_TOKEN = "-";
+
/** Prevent instantiation. */
private ArgumentConstants() {
}
--
Gitblit v1.10.0