From bae9398cc148d37215ff0c6f2e2dcc347f4dc134 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 12 Feb 2015 10:56:08 +0000
Subject: [PATCH] CR-6060 OPENDJ-1785 Add "extra" doc into code for generated content

---
 opendj-server-legacy/src/messages/org/opends/messages/utility.properties |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
index 10d1de7..b526441 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2009 Sun Microsystems, Inc.
-#      Portions Copyright 2011-2014 ForgeRock AS
+#      Portions Copyright 2011-2015 ForgeRock AS.
 
 
 
@@ -417,8 +417,11 @@
  decode information using base64
 INFO_BASE64_HELP_DESCRIPTION_187=Display this usage information
 INFO_BASE64_DECODE_DESCRIPTION_188=Decode base64-encoded information into \
- raw data
-INFO_BASE64_ENCODE_DESCRIPTION_189=Encode raw data using base64
+ raw data. When no options are specified, \
+ this subcommand reads from standard input and writes to standard output
+INFO_BASE64_ENCODE_DESCRIPTION_189=Encode raw data using base64. \
+ When no options are specified, this subcommand reads from standard input and \
+ writes to standard output
 INFO_BASE64_ENCODED_DATA_DESCRIPTION_190=The base64-encoded data to be decoded
 INFO_BASE64_ENCODED_FILE_DESCRIPTION_191=The path to a file containing the \
  base64-encoded data to be decoded

--
Gitblit v1.10.0