Skip to content

Commit 48f0290

Browse files
Fix the test
1 parent 45a12c5 commit 48f0290

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,10 @@ For more information, see xref:backup-restore/online-backup.adoc#online-backup-c
6666
----
6767
neo4j-admin database backup [-h] [--expand-commands] [--prefer-diff-as-parent] [--verbose]
6868
[--compress[=true|false]] [--keep-failed[=true|false]]
69-
[--parallel-recovery[=true|false]]
70-
[--additional-config=<file>]
71-
[--include-metadata=none|all|users|roles]
72-
[--inspect-path=<path>] [--pagecache=<size>] [--temp-path=<path>]
73-
[--to-path=<path>] [--type=<type>] [--from=<host:port>[,<host:
74-
port>...]]... [<database>...]
69+
[--parallel-recovery[=true|false]] [--additional-config=<file>]
70+
[--include-metadata=none|all|users|roles] [--inspect-path=<path>]
71+
[--pagecache=<size>] [--temp-path=<path>] [--to-path=<path>]
72+
[--type=<type>] [--from=<host:port>[,<host:port>...]]... [<database>...]
7573
----
7674

7775
=== Description

0 commit comments

Comments
 (0)