Skip to content

Commit 1ab00ee

Browse files
committed
remove the slash from the syntax
1 parent 48f6158 commit 1ab00ee

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>]...=]
@@ -608,7 +608,7 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--verb
608608
[--additional-config=<file>] [--array-delimiter=<char>] [--bad-tolerance=<num>]
609609
[--delimiter=<char>] [--high-parallel-io=on|off|auto]
610610
[--id-type=string|integer|actual] [--input-encoding=<character-set>]
611-
[--input-type[=csv\|parquet]] [--max-off-heap-memory=<size>]
611+
[--input-type[=csv|parquet]] [--max-off-heap-memory=<size>]
612612
[--quote=<char>] [--read-buffer-size=<size>] [--report-file=<path>]
613613
[--stage=all|prepare|build|merge] [--threads=<num>]
614614
--nodes=[<label>[:<label>]...=]<files>... [--nodes=[<label>[:<label>]...=]

0 commit comments

Comments
 (0)