Skip to content

Commit

Permalink
KAFKA-17852 Add help message to the --ignore-formatted flag of Storag…
Browse files Browse the repository at this point in the history
…eTool (apache#17577)

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
fvaleri authored Oct 22, 2024
1 parent 9cbb3f0 commit 9d65ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/kafka/tools/StorageTool.scala
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ object StorageTool extends Logging {
|'SCRAM-SHA-512=[name=alice,iterations=8192,salt="N3E=",saltedpassword="YCE="]'""".stripMargin)

formatParser.addArgument("--ignore-formatted", "-g")
.help("When this option is passed, the format command will skip over already formatted directories rather than failing.")
.action(storeTrue())

formatParser.addArgument("--release-version", "-r")
Expand Down

0 comments on commit 9d65ff8

Please sign in to comment.