From 9d8f82a0b07d90e5cf4316f4841db748d0b26495 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 29 Oct 2009 14:34:01 +0000
Subject: [PATCH] Fix a problem in dsreplication disable in non-prompt mode when the user does not provide explicitly the global administrator UID.
---
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
index 2685081..c31937a 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
@@ -88,7 +88,7 @@
private IntegerArgument port1Arg = null;
/**
- * The 'binDN' argument for the first server.
+ * The 'bindDN' argument for the first server.
*/
private StringArgument bindDn1Arg = null;
--
Gitblit v1.10.0