Skip to content

Commit f1de271

Browse files
committed
remove the slash from the syntax
1 parent 93d7706 commit f1de271

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ neo4j-admin database import full [-h] [--expand-commands] [--verbose] [--auto-sk
9191
[=true|false]] [--additional-config=<file>] [--array-delimiter=<char>]
9292
[--bad-tolerance=<num>] [--delimiter=<char>] [--format=<format>]
9393
[--high-parallel-io=on|off|auto] [--id-type=string|integer|actual]
94-
[--input-encoding=<character-set>] [--input-type[=csv\|parquet]]
94+
[--input-encoding=<character-set>] [--input-type[=csv|parquet]]
9595
[--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
9696
[--report-file=<path>] [--schema=<path>] [--threads=<num>]
9797
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]
@@ -612,10 +612,11 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--verb
612612
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>]
613613
[--delimiter=<char>] [--high-parallel-io=on|off|auto]
614614
[--id-type=string|integer|actual] [--input-encoding=<character-set>]
615-
[--max-off-heap-memory=<size>] [--quote=<char>] [--read-buffer-size=<size>]
616-
[--report-file=<path>] [--schema=<path>] [--stage=all|prepare|build|merge]
617-
[--threads=<num>] --nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>
618-
[:<label>]...=]<files>...]... [--relationships=[<type>=]<files>...]... <database>
615+
[--input-type[=csv|parquet]] [--max-off-heap-memory=<size>]
616+
[--quote=<char>] [--read-buffer-size=<size>] [--report-file=<path>]
617+
[--stage=all|prepare|build|merge] [--threads=<num>]
618+
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]
619+
<files>...]... [--relationships=[<type>=]<files>...]... <database>
619620
----
620621

621622
=== Description

0 commit comments

Comments
 (0)