Skip to content

Commit

Permalink
BUGFIX: Adjust documentation for changed command parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Nov 25, 2024
1 parent f77c13a commit 9a5422f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ Run the cleanup command for the configured storages:

You can also run a cleanup command for all existing storages. The command comes with parameters:

| Parameter Name | Data Type | Description |
|--------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| date-interval | string | Defines which data should be deleted. We use the PHP DateInterval format. You can find more information [here](https://www.php.net/manual/en/class.dateinterval.php). |
| skip-configured-storages | boolean | If you have configured storages in your settings, you can skip them with this parameter. |
| remove-files | boolean | The PersistentResource that is potentially attached to the database storage entry will be removed as well. |
| Parameter Name | Data Type | Description |
|-----------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| date-interval | string | Defines which data should be deleted. We use the PHP DateInterval format. You can find more information [here](https://www.php.net/manual/en/class.dateinterval.php). |
| include-configured-storages | boolean | If you have configured storages in your settings, you can skip them with this parameter. |
| remove-files | boolean | The PersistentResource that is potentially attached to the database storage entry will be removed as well. |



Expand Down

0 comments on commit 9a5422f

Please sign in to comment.