Skip to content

Commit 6fa5318

Browse files
committed
Command fixes
1 parent ae87fa8 commit 6fa5318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ php bin/console ibexa:content:remove-duplicate-fields
160160

161161
You can customize the behavior of the command with the following options:
162162

163-
- `batch-size` or `b` - number of attributes affected per iteration. Default value = 10000.
163+
- `--batch-size` or `-b` - number of attributes affected per iteration. Default value = 10000.
164164
- `--max-iterations` or `-i` - maximum iterations count. Default value = -1 (unlimited).
165-
- `sleep` or `s` - wait time between iterations, in milliseconds. Default value = 0.
165+
- `--sleep` or `-s` - wait time between iterations, in milliseconds. Default value = 0.
166166

167167
## v4.6.14
168168

0 commit comments

Comments
 (0)