From 5b2a1411644980f10b6d826155752f85e40bdd78 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 25 Sep 2013 08:39:41 +0000 Subject: [PATCH] OPENDJ-1134 (CR-2355) Introduce a class in replication for encapsulating host+port combinations --- opends/src/admin/messages/ReplicationServerCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/ReplicationServerCfgDefn.properties b/opends/src/admin/messages/ReplicationServerCfgDefn.properties index 2da666d..0daff22 100644 --- a/opends/src/admin/messages/ReplicationServerCfgDefn.properties +++ b/opends/src/admin/messages/ReplicationServerCfgDefn.properties @@ -14,7 +14,7 @@ property.replication-port.synopsis=The port on which this Replication Server waits for connections from other Replication Servers or Directory Servers. property.replication-purge-delay.synopsis=The time (in seconds) after which the Replication Server erases all persistent information. property.replication-server.synopsis=Specifies the addresses of other Replication Servers to which this Replication Server tries to connect at startup time. -property.replication-server.description=Addresses must be specified using the syntax: hostname:port +property.replication-server.description=Addresses must be specified using the syntax: "hostname:port". If IPv6 addresses are used as the hostname, they must be specified using the syntax "[IPv6Address]:port". property.replication-server.syntax.string.pattern.synopsis=A host name followed by a ":" and a port number. property.replication-server-id.synopsis=Specifies a unique identifier for the Replication Server. property.replication-server-id.description=Each Replication Server must have a different server ID. -- Gitblit v1.10.0