Anonymitaet commented on code in PR #16853:
URL: https://github.com/apache/pulsar/pull/16853#discussion_r934093488


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java:
##########
@@ -185,40 +185,42 @@ void processArguments() throws Exception {
      */
     @Getter
     abstract class FunctionDetailsCommand extends BaseCommand {
-        @Parameter(names = "--fqfn", description = "The Fully Qualified 
Function Name (FQFN) for the function")
+        @Parameter(names = "--fqfn", description = "The Fully Qualified 
Function Name (FQFN) for the function"
+                + " #Java,Python")
         protected String fqfn;
-        @Parameter(names = "--tenant", description = "The tenant of a Pulsar 
Function")
+        @Parameter(names = "--tenant", description = "The tenant of a Pulsar 
Function #Java,Python,Go")

Review Comment:
   ```suggestion
           @Parameter(names = "--tenant", description = "The tenant of a Pulsar 
Function #Java, Python, Go")
   ```
   Can you add a space after `comma`? That's the basic English rule 😀
   
   Screeshots LGTM



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