From 5347ddff04fffbb4d463402d07703ed1f7e20fd8 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 18 Oct 2011 14:16:43 +0000
Subject: [PATCH] Fix for OPENDJ-319: Replace short options with long options throughout examples in the documentation

---
 opendj3/src/main/docbkx/install-guide/chap-upgrade.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml b/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
index bc700a4..19b8a8a 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
@@ -168,7 +168,7 @@
    </step>
    <step>
     <para>Pass the .zip file name to the <command>upgrade</command> command.</para>
-    <screen>$ ./upgrade -f /tmp/OpenDJ-<?eval ${docTargetVersion}?>.zip
+    <screen>$ ./upgrade --file /tmp/OpenDJ-<?eval ${docTargetVersion}?>.zip
 See /var/....log for a detailed log of this operation.
 
 Initializing Upgrade ..... Done.
@@ -195,7 +195,7 @@
     <command>rebuild-index</command> command to rebuild the
     <literal>dn2id</literal> index for your suffixes.</para>
 
-    <screen>$ ./bin/rebuild-index -i dn2id -b "dc=example,dc=com"
+    <screen>$ ./bin/rebuild-index --index dn2id --baseDN "dc=example,dc=com"
 ...Rebuild complete. Processed 160 entries in 0 seconds (average rate 401.0/sec)</screen>
    </step>
   </procedure>

--
Gitblit v1.10.0