From d4d6629df6fc59094fd186454c54502432279a2d Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 04 Sep 2007 14:48:13 +0000
Subject: [PATCH] Fix for issue #1830 (dsconfig: add support for secure connections) Standard secure args are now part of dsconfig CLI.
---
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java b/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
index 706f806..1ccbe3a 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
@@ -563,12 +563,12 @@
/**
* The value for the short option unit-size.
*/
- private static final char OPTION_DSCFG_SHORT_UNIT_SIZE = 'Z';
+ private static final char OPTION_DSCFG_SHORT_UNIT_SIZE = 'z';
/**
* The value for the short option unit-time.
*/
- private static final char OPTION_DSCFG_SHORT_UNIT_TIME = 'M';
+ private static final char OPTION_DSCFG_SHORT_UNIT_TIME = 'm';
// The argument which should be used to specify zero or more
// property names.
--
Gitblit v1.10.0