Skip to content

Commit 2942f72

Browse files
committed
remove the slash from the syntax
1 parent 48135b5 commit 2942f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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,7 +612,7 @@ 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-
[--input-type[=csv\|parquet]] [--max-off-heap-memory=<size>]
615+
[--input-type[=csv|parquet]] [--max-off-heap-memory=<size>]
616616
[--quote=<char>] [--read-buffer-size=<size>] [--report-file=<path>]
617617
[--stage=all|prepare|build|merge] [--threads=<num>]
618618
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]

0 commit comments

Comments
 (0)