mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
18.16.2011 5347ddff04fffbb4d463402d07703ed1f7e20fd8
Fix for OPENDJ-319: Replace short options with long options throughout examples in the documentation

Not much in the install guide. Admin guide will be a bigger job.
1 files modified
4 ■■■■ changed files
opendj3/src/main/docbkx/install-guide/chap-upgrade.xml 4 ●●●● patch | view | raw | blame | history
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>