jerrypeng commented on a change in pull request #4846: Fix pulsar admin functions description information URL: https://github.com/apache/pulsar/pull/4846#discussion_r309812714
########## File path: pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java ########## @@ -207,20 +207,20 @@ void processArguments() throws Exception { description = "Path to the main Go executable binary for the function (if the function is written in Go)") protected String goFile; @Parameter(names = {"-i", - "--inputs"}, description = "The function's input topic or topics (multiple topics can be specified as a comma-separated list)") + "--inputs"}, description = "The input topic or topics (multiple topics can be specified as a comma-separated list) of functions") Review comment: The input topic or topics (multiple topics can be specified as a comma-separated list) of a Pulsar Function ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services