From 0565fb356eb92ac014ff0e3851f88b0967ffaae1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 15 Jan 2015 10:49:31 +0000
Subject: [PATCH] Code cleanup.

---
 opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
index 25c66cf..c72644b 100755
--- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
+++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -37,6 +37,12 @@
  argument cannot be decoded as an integer
 ERR_ARG_INT_MULTIPLE_VALUES=The %s argument has multiple values and \
  therefore cannot be decoded as a single integer value
+ERR_ARG_NO_DOUBLE_VALUE=The %s argument does not have any value that \
+ may be retrieved as a double
+ERR_ARG_CANNOT_DECODE_AS_DOUBLE=The provided value "%s" for the %s \
+ argument cannot be decoded as a double
+ERR_ARG_DOUBLE_MULTIPLE_VALUES=The %s argument has multiple values and \
+ therefore cannot be decoded as a single double value
 ERR_ARG_NO_BOOLEAN_VALUE=The %s argument does not have any value \
  that may be retrieved as a Boolean
 ERR_ARG_CANNOT_DECODE_AS_BOOLEAN=The provided value "%s" for the %s \

--
Gitblit v1.10.0