From c9610c448ca3a7faa41685afb799e98f676fd70f Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 03 Aug 2010 16:12:34 +0000
Subject: [PATCH] Improve usage message for the --connectTimeout option
---
opendj-sdk/opends/src/messages/messages/tools.properties | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties
index 8cfb4cb..a3a567b 100644
--- a/opendj-sdk/opends/src/messages/messages/tools.properties
+++ b/opendj-sdk/opends/src/messages/messages/tools.properties
@@ -2563,7 +2563,8 @@
just statistics
INFO_TIMEOUT_PLACEHOLDER_1711={timeout}
INFO_DESCRIPTION_CONNECTION_TIMEOUT_1712=Maximum length of time (in \
- milliseconds) that can be taken to establish a connection
+ milliseconds) that can be taken to establish a connection. Use '0' to \
+ specify no time out
MILD_ERR_MAKELDIF_CANNOT_WRITE_ENTRY_WITHOUT_DN_1713=An error occurred while \
attempting to write entry to LDIF: Could not calculate the DN for the \
entry (no value found for the RDN attribute %s)
--
Gitblit v1.10.0