From 9ed1aa4c7e06ce3a1aced22493485a2c81000710 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 31 Jul 2007 21:38:45 +0000
Subject: [PATCH] 

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
index fe0824c..9e3334c 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
@@ -94,10 +94,10 @@
             Search the base object only.
           </adm:synopsis>
         </adm:value>
-        <adm:value name="single-object">
+        <adm:value name="single-level">
           <adm:synopsis>
-            Search subordinate objects to the base object but not include
-            the base object itself.
+            Search immediate children of the base object but not include
+            any of their descendants and the base object itself.
           </adm:synopsis>
         </adm:value>
         <adm:value name="subordinate-subtree">

--
Gitblit v1.10.0