You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/26 21:35:40 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #3905: Add additional fields for Field Docs

merlimat commented on a change in pull request #3905: Add additional fields for Field Docs
URL: https://github.com/apache/pulsar/pull/3905#discussion_r269319342
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/PulsarBrokerStarter.java
 ##########
 @@ -86,7 +86,7 @@ private static ServiceConfiguration loadConfig(String configFile) throws Excepti
         @Parameter(names = {"-fwc", "--functions-worker-conf"}, description = "Configuration file for Functions Worker")
         private String fnWorkerConfigFile = Paths.get("").toAbsolutePath().normalize().toString() + "/conf/functions_worker.yml";
 
-        @Parameter(names = {"-h", "--help"}, description = "Show this help message")
+        @Parameter(names = {"-h", "--help"}, description = "Show this description message")
 
 Review comment:
   Is this necessary?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services