From 8990a259a41f2f90606233139c4937fc1c8182cc Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 18 Feb 2015 10:12:37 +0000
Subject: [PATCH] CR-6114 OPENDJ-1822 Separate generated content from formatting
---
opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 7 +++++++
1 files changed, 7 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 1d1c969..b216492 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
@@ -973,6 +973,13 @@
ERR_ERROR_CANNOT_READ_BIND_NAME=Unable to read bind name
ERR_ERROR_CANNOT_READ_HOST_NAME=Cannot read the host name
+# Strings for generated reference documentation.
+REF_TITLE_DESCRIPTION=Description
+REF_TITLE_OPTIONS=Options
+REF_INTRO_OPTIONS=The <command>%s</command> command takes the following options:
+REF_DEFAULT=Default: %s
+REF_TITLE_SUBCOMMANDS=Subcommands
+
# Supplements to descriptions for generated reference documentation.
SUPPLEMENT_DESCRIPTION_CONTROLS=<para> \
For some <replaceable>controloid</replaceable> values, \
--
Gitblit v1.10.0