From 15ed359e4a8503ecc0620d28c702e589430a77ee Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 20 Mar 2008 18:35:20 +0000
Subject: [PATCH] Use shorter command names for displaying equivalent non-interactive command.
---
opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java b/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
index e15dd23..97432ba 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -707,12 +707,12 @@
* Display the equivalent non-interactive command.
*/
public static final String OPTION_DSCFG_LONG_DISPLAY_EQUIVALENT =
- "displayEquivalentCommand";
+ "displayCommand";
/**
* The path where we write the equivalent non-interactive command.
*/
public static final String OPTION_LONG_EQUIVALENT_COMMAND_FILE_PATH =
- "equivalentCommandFilePath";
+ "commandFilePath";
}
--
Gitblit v1.10.0