Skip to content

Commit f661f5a

Browse files
committed
Remove the square brackets around csv|parquet to make it compulsory as in the code
1 parent c1adf81 commit f661f5a

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
@@ -242,7 +242,7 @@ Possible values are:
242242
|Character set that input data is encoded in.
243243
|UTF-8
244244

245-
|--input-type[=csv\|parquet]
245+
|--input-type=csv\|parquet
246246
|label:beta[] File type to import from. Can be csv or parquet. Defaults to csv.
247247
|csv
248248

@@ -789,7 +789,7 @@ Possible values are:
789789
|Character set that input data is encoded in.
790790
|UTF-8
791791

792-
|--input-type[=csv\|parquet]
792+
|--input-type=csv\|parquet
793793
|label:beta[] File type to import from. Can be csv or parquet. Defaults to csv.
794794
|csv
795795

0 commit comments

Comments
 (0)