Skip to content

Commit b6f4f78

Browse files
committed
Remove the backticks around * and ? to fix the failing test (neo4j#1955)
1 parent 16af458 commit b6f4f78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Aggregates a chain of backup artifacts into a single artifact.
4545
| Description
4646

4747
|[<database>]
48-
|Name of the database for which to aggregate the artifacts. Can contain `*` and `?` for globbing.
48+
|Name of the database for which to aggregate the artifacts. Can contain * and ? for globbing.
4949
|===
5050

5151

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ It is not possible to dump a database that is mounted in a running Neo4j server.
4848
| Description
4949

5050
|<database>
51-
|Name of the database to dump. Can contain `\*` and `?` for globbing.
52-
Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes.
51+
|Name of the database to dump. Can contain * and ? for globbing.
52+
Note that * and ? have special meaning in some shells and might need to be escaped or used with quotes.
5353
|===
5454

5555
[[offline-backup-command-options]]

modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The `neo4j-admin database migrate` command is run only on a stopped database.
3838
| Description
3939

4040
|<database>
41-
|Name of the database to migrate. Can contain `\*` and `?` for globbing. Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes.
41+
|Name of the database to migrate. Can contain * and ? for globbing. Note that * and ? have special meaning in some shells and might need to be escaped or used with quotes.
4242
|===
4343

4444
=== Options

0 commit comments

Comments
 (0)