Skip to content

Commit 2ecfe6e

Browse files
committed
Improve README
1 parent 2f1e361 commit 2ecfe6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
44

5-
## Dry run
6-
Use --dry-run to check result without modifying data.
5+
## Usage
6+
7+
Run `bin/magento` in the Magento 2 root and look for the `eav:` commands.
78

89
## Commands
910

@@ -12,9 +13,8 @@ Use --dry-run to check result without modifying data.
1213
* `eav:attributes:remove-unused` Remove attributes with no values set in products and attributes that are not present in any attribute sets.
1314
* `eav:media:remove-unused` Remove unused product images.
1415

15-
## Usage
16-
17-
Run `bin/magento` in the Magento 2 root and look for the `eav:` commands.
16+
## Dry run
17+
Use `--dry-run` to check result without modifying data.
1818

1919
## Installation
2020
Installation with composer:

0 commit comments

Comments
 (0)