From 0bd4ca9d6da2bc3befde06d4daad8b83c8ba0091 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 14 Jun 2007 14:48:24 +0000
Subject: [PATCH] remove space in argument name

---
 opends/src/server/org/opends/server/tools/ToolConstants.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index cf4cd46..2c32df3 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -382,7 +382,7 @@
    * The value for the long option keyStorePasswordFile .
    */
   public static final String OPTION_LONG_TRUSTSTORE_PWD_FILE =
-    "TrustStorePasswordFile ";
+    "TrustStorePasswordFile";
 
   /**
    * The placeholder value of keyStorePasswordFile that will be

--
Gitblit v1.10.0