Skip to content

Commit 321eae5

Browse files
Fix the test
1 parent 2312e89 commit 321eae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This recovery operation is resource-intensive and can be decoupled from the rest
3838
----
3939
neo4j-admin database restore [-h] [--expand-commands] [--verbose] [--overwrite-destination
4040
[=true|false]] [--source-database[=source-database-name]]
41-
[--additional-config=<file>] --from-path=<path>[,<path>...]
41+
[--additional-config=<file>] --from-path=<path> [,<path>...]
4242
[--restore-until=<recovery-criteria>] [--temp-path=<path>]
4343
[--to-path-data=<path>] [--to-path-txn=<path>] [<database>]
4444
----
@@ -101,7 +101,7 @@ The restore recovers transactions that were committed before the provided timest
101101
|
102102

103103
| --source-database[=source-database-name]
104-
|label:new[Introduced in 2025.02] If 'from-path' specifies a folder that contains backups for multiple databases, what database name should be used to filter the artifacts. It's mandatory to specify it in this case.
104+
|label:new[Introduced in 2025.02] If `from-path` specifies a folder that contains backups for multiple databases, what database name should be used to filter the artifacts. It's mandatory to specify it in this case.
105105
|
106106

107107
| --to-path-data=<path>

0 commit comments

Comments
 (0)