From 4784b182fcf8e767f6345d5cf854d17f5abdd4fe Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 24 Oct 2011 14:20:20 +0000
Subject: [PATCH] Fix for OPENDJ-321: Expand dsconfig reference with more examples and descriptions of subcommands
---
opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java b/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
index bdb5926..302502d 100644
--- a/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
+++ b/opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
+ * Portions copyright 2011 ForgeRock AS
*/
package org.opends.server.util.args;
import org.opends.messages.Message;
@@ -41,7 +42,6 @@
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
-import java.util.Locale;
import java.util.Map;
import java.util.Properties;
import java.util.SortedMap;
@@ -2047,7 +2047,8 @@
<para>Creates Local DB Indexes</para>
<variablelist>
<varlistentry>
- <term><option>--backend-name {name}</option></term>
+ <term><option>--backend-name {name}
+ </option></term>
<listitem>
<para>The name of the Local DB Backend</para>
</listitem>
@@ -2055,9 +2056,9 @@
<varlistentry>
<term><option>--index-name {OID}</option></term>
<listitem>
- <para>The name of the new Local DB Index which will also be used as the
- value of the "attribute" property: Specifies the name of the attribute
- for which the index is to be maintained.</para>
+ <para>The name of the new Local DB Index which will also be used
+ as the value of the "attribute" property: Specifies the name
+ of the attribute for which the index is to be maintained.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -2071,6 +2072,7 @@
</varlistentry>
</variablelist>
</refsect2>
+ * </pre>
* @param sc The SubCommand containing reference information.
* @return Refsect2 representation of the subcommand.
*/
@@ -2108,4 +2110,3 @@
"</refsect2>" + EOL;
}
}
-
--
Gitblit v1.10.0