From 70a893e7e2366a75696d923df9274d19e6e7ab9e Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 14 Jun 2007 14:51:15 +0000
Subject: [PATCH] remove another 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 2c32df3..a9a3583 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -365,7 +365,7 @@
    * The value for the long option keyStorePasswordFile .
    */
   public static final String OPTION_LONG_KEYSTORE_PWD_FILE =
-    "keyStorePasswordFile ";
+    "keyStorePasswordFile";
 
   /**
    * The placeholder value of keyStorePasswordFile that will be

--
Gitblit v1.10.0