Skip to content

Commit fb92172

Browse files
committed
removing -schema-path from the syntax as it is not available for incremental
1 parent 7ceb0a7 commit fb92172

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
@@ -619,7 +619,7 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--verb
619619
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>] [--delimiter=<char>]
620620
[--high-parallel-io=on|off|auto] [--id-type=string|integer|actual] [--input-encoding=<character-set>]
621621
[--input-type=csv|parquet] [--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
622-
[--report-file=<path>] [--schema=<path>] [--stage=all|prepare|build|merge] [--threads=<num>]
622+
[--report-file=<path>] [--stage=all|prepare|build|merge] [--threads=<num>]
623623
--nodes=[<label>[: <label>]...=]<files>... [--nodes=[<label>[:<label>]...=]<files>...]...
624624
[--relationships=[<type>=]<files>...]... <database>
625625
----

0 commit comments

Comments
 (0)