From 46e42a3f50c9d2700544b4055b190288a705678e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 01 Oct 2012 14:05:01 +0000
Subject: [PATCH] Fix for OpenDJ-605: One of the options for import-ldif is incorrect in the Tools Reference

---
 opends/resource/man/man1/import-ldif.1             |    8 ++++----
 opendj3/src/main/docbkx/shared/man-import-ldif.xml |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-import-ldif.xml b/opendj3/src/main/docbkx/shared/man-import-ldif.xml
index c8066ad..c0c5fb2 100644
--- a/opendj3/src/main/docbkx/shared/man-import-ldif.xml
+++ b/opendj3/src/main/docbkx/shared/man-import-ldif.xml
@@ -56,9 +56,9 @@
   <para>The following options are supported.</para>
   <variablelist>
    <varlistentry>
-    <term><option>-a, --appendToLDIF</option></term>
+    <term><option>-a, --append</option></term>
     <listitem>
-     <para>Append an existing LDIF file rather than overwriting it.</para>
+     <para>Append to an existing database rather than overwriting it.</para>
     </listitem>
    </varlistentry>
    <varlistentry>
diff --git a/opends/resource/man/man1/import-ldif.1 b/opends/resource/man/man1/import-ldif.1
index 71e8ac7..b31014a 100644
--- a/opends/resource/man/man1/import-ldif.1
+++ b/opends/resource/man/man1/import-ldif.1
@@ -2,12 +2,12 @@
 .\"     Title: import-ldif
 .\"    Author: 
 .\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: 03/21/2012
+.\"      Date: 10/01/2012
 .\"    Manual: Tools Reference
 .\"    Source: OpenDJ 2.5.0
 .\"  Language: English
 .\"
-.TH "IMPORT\-LDIF" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
+.TH "IMPORT\-LDIF" "1" "10/01/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -39,9 +39,9 @@
 .PP
 The following options are supported\&.
 .PP
-\fB\-a, \-\-appendToLDIF\fR
+\fB\-a, \-\-append\fR
 .RS 4
-Append an existing LDIF file rather than overwriting it\&.
+Append to an existing database rather than overwriting it\&.
 .RE
 .PP
 \fB\-A, \-\-templateFile {templateFile}\fR

--
Gitblit v1.10.0