Skip to content

Commit 7125c1c

Browse files
committed
replace --schema=<file> to --schema=<path>
1 parent cc43713 commit 7125c1c

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

622622
=== Description

0 commit comments

Comments
 (0)