Skip to content

Commit f996061

Browse files
committed
align arguments with codebase
1 parent e48f153 commit f996061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Command to read the backup metadata.
4747
| Parameter
4848
| Description
4949

50-
|[<backup-path>]
50+
|<backup-path>
5151
|Path denoting either a directory where backups are stored or a single backup to inspect.
5252
|===
5353

@@ -90,16 +90,16 @@ The `<backup-path>` parameter can also inspect backups stored in AWS S3 buckets
9090
| Show the backup metadata.
9191
| false
9292

93-
| --database
93+
| --database=<database>
9494
| Name of the database to inspect.
9595
|
9696

97-
| --format
97+
| --format=<value>
9898
| Format of the output of the command. Possible values are: 'JSON, TABULAR'.
9999
| TABULAR
100100

101101
| --empty
102-
| Includes empty backups.
102+
| Include empty backups.
103103
| false
104104

105105
|--verbose

0 commit comments

Comments
 (0)