fvaleri opened a new pull request, #17577:
URL: https://github.com/apache/kafka/pull/17577
This patch simply adds the missing help message to the `--ignore-formatted`
flag of StorageTool.
Example:
```sh
$ bin/kafka-storage.sh format -h | grep -A1 ignore-formatted,
--ignore-formatted, -g
When this option is passed, the format command will
skip over already formatted directories rather than failing.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]