Skip to content

Commit ebfa72d

Browse files
committed
Fix incorrect instructions for the -d parameter
1 parent ae4af80 commit ebfa72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/durability/managing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ dotnet run -- db-list
183183
# └────────────────────────────────────────┴───────────────────────────┘
184184
```
185185
186-
Once you've identified the database, pass either _DatabaseUri_ or _SubjectUri_ to the `db-dump` command with the `-d` parameter:
186+
Once you've identified the database, pass the `-d` parameter with the `SubjectUri` from the output above to the `db-dump` command:
187187
188188
```bash
189189
dotnet run -- db-dump -d marten://store/ export_marten.sql

0 commit comments

Comments
 (0)