Skip to content

Commit 309fb5f

Browse files
committed
move schema option after report
1 parent 05c4709 commit 309fb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--verb
588588
[--delimiter=<char>] [--high-parallel-io=on|off|auto]
589589
[--id-type=string|integer|actual] [--input-encoding=<character-set>]
590590
[--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
591-
[--report-file=<path>] [--stage=all|prepare|build|merge] [--schema=<path>]
591+
[--report-file=<path>] [--schema=<path>] [--stage=all|prepare|build|merge]
592592
[--threads=<num>] --nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>
593593
[:<label>]...=]<files>...]... [--relationships=[<type>=]<files>...]... <database>
594594
----

0 commit comments

Comments
 (0)