devdriven05 commented on code in PR #21479:
URL: https://github.com/apache/kafka/pull/21479#discussion_r2812993256
##########
core/src/main/scala/kafka/Kafka.scala:
##########
@@ -31,6 +31,7 @@ object Kafka extends Logging {
val optionParser = new OptionParser(false)
val overrideOpt = optionParser.accepts("override", "Optional property that
should override values set in server.properties file")
.withRequiredArg()
+ .describedAs("key=value")
Review Comment:
Added key=value as an example in the option description
--
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]