Skip to content

Commit d07bf63

Browse files
[#383] FIX docs: import-ldif and export-ldif binaries should be shown using the --offline option (#385)
Co-authored-by: Maxim Thomas <maxim.thomas@gmail.com>
1 parent a3f4db1 commit d07bf63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

opendj-doc-generated-ref/src/main/docbkx/admin-guide/chap-import-export.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ LDIF processing complete. 10003 entries written</screen>
155155
server, and then run the <command>import-ldif</command> command.</para>
156156
<screen>$ stop-ds
157157
$ import-ldif
158+
--offline
158159
--includeBranch dc=example,dc=org
159160
--backendID userRoot
160161
--ldifFile /path/to/generated.ldif</screen>
@@ -193,6 +194,7 @@ $ import-ldif
193194
export data using the <command>export-ldif</command> command.</para>
194195
<screen>$ stop-ds
195196
$ export-ldif
197+
--offline
196198
--includeBranch dc=example,dc=org
197199
--backendID userRoot
198200
--ldifFile /path/to/backup.ldif</screen>

0 commit comments

Comments
 (0)