File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
modules/ROOT/pages/tools/neo4j-admin Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments