chia7712 commented on code in PR #21479:
URL: https://github.com/apache/kafka/pull/21479#discussion_r2812245263


##########
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:
   How about adding the example to the end of "Optional property that should 
override values set in server.properties file"?



-- 
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]

Reply via email to