From 4e35b99f1169e22dde55abbe523c1b4fd851df33 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 16 Aug 2012 14:05:31 +0000
Subject: [PATCH] CR-590 OPENDJ-568: ldiffdiff and ldifmodify documentation is incorrect

---
 opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
index ce349df..f0e5012 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -222,7 +222,7 @@
   </indexterm>
   
   <para>This section demonstrates the <command>ldifsearch</command>,
-  <command>ldifmodify</command>, and <command>ldifdiff</command> tools.</para>
+  <command>ldifmodify</command>, and <command>ldif-diff</command> tools.</para>
   
   <section xml:id="ldifsearch-example">
    <title>Searching in LDIF With <command>ldifsearch</command></title>
@@ -261,7 +261,7 @@
 initials: AAA
 
 $ ldifmodify
- --targetLDIF generated.ldif
+ --sourceLDIF generated.ldif
  --changesLDIF changes.ldif
  --targetLDIF new.ldif</screen>
 
@@ -269,13 +269,13 @@
    same size as the source LDIF file.</para>
   </section>
   
-  <section xml:id="ldifdiff-example">
-   <title>Comparing LDIF With <command>ldifdiff</command></title>
+  <section xml:id="ldif-diff-example">
+   <title>Comparing LDIF With <command>ldif-diff</command></title>
 
-   <para>The <command>ldifdiff</command> command reports differences between
+   <para>The <command>ldif-diff</command> command reports differences between
    two LDIF files in LDIF format.</para>
    
-   <screen>$ ldifdiff old.ldif new.ldif
+   <screen>$ ldif-diff --sourceLDIF old.ldif --targetLDIF new.ldif
 dn: uid=user.0,ou=People,dc=example,dc=org
 changetype: modify
 add: initials
@@ -292,7 +292,7 @@
 
 </screen>
 
-   <para>As the <command>ldifdiff</command> command reads both files into
+   <para>As the <command>ldif-diff</command> command reads both files into
    memory, constructing tree maps to perform the comparison, the command
    is designed to work with small files and fragments. The command can quickly
    run out of memory when calculating differences between large files.</para>

--
Gitblit v1.10.0