Skip to content

Commit 46d1f24

Browse files
Update the USAGE section and descr according to the help output
1 parent 61eb867 commit 46d1f24

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ neo4j-admin database import full [-h] [--expand-commands] [--verbose] [--auto-sk
8989
[--bad-tolerance=<num>] [--delimiter=<char>] [--format=<format>]
9090
[--high-parallel-io=on|off|auto] [--id-type=string|integer|actual]
9191
[--input-encoding=<character-set>] [--max-off-heap-memory=<size>] [--quote=<char>]
92-
[--read-buffer-size=<size>] [--report-file=<path>] [--threads=<num>] --nodes=[<label>[:
93-
<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
94-
[--relationships=[<type>=]<files>...]... [--schema=<path>] <database>
92+
[--read-buffer-size=<size>] [--report-file=<path>] [--schema=<path>] [--threads=<num>]
93+
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]
94+
<files>...]... [--relationships=[<type>=]<files>...]... <database>
9595
----
9696

9797
=== Description
@@ -293,8 +293,6 @@ This is done by using the `--verbose` option.
293293

294294
|--schema=<path> label:new[Introduced in 5.24] label:enterprise[Enterprise edition]
295295
|File in which to store the Cypher schema commands to run as part of the data import.
296-
297-
For an example, see <<indexes-constraints-import, Provide indexes and constraints during import>>
298296
|
299297

300298
|--skip-bad-entries-logging[=true\|false]

0 commit comments

Comments
 (0)