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-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |    5 +++--
 1 files changed, 3 insertions(+), 2 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 c72644b..3460ca2 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
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Copyright 2014 ForgeRock AS.
+#      Copyright 2014-2015 ForgeRock AS.
 #
 #
 # CLI messages
@@ -176,7 +176,8 @@
 INFO_DESCRIPTION_TRUSTALL=Trust all server SSL certificates
 INFO_DESCRIPTION_BINDDN=DN to use to bind to the server
 INFO_DESCRIPTION_BINDPASSWORD=Password to use to bind to \
- the server
+ the server. Use -w - to ensure that the command prompts for the password, \
+ rather than entering the password as a command argument
 INFO_DESCRIPTION_BINDPASSWORDFILE=Bind password file
 INFO_DESCRIPTION_ENCODING=Use the specified character set for \
  command-line input

--
Gitblit v1.10.0