jx2lee commented on code in PR #4493:
URL: https://github.com/apache/flink-cdc/pull/4493#discussion_r3710044663


##########
flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java:
##########
@@ -52,8 +52,7 @@ public class CliFrontendOptions {
                     .hasArg()
                     .desc(
                             "The deployment target for the execution. This can 
take one of the following values "

Review Comment:
   @yuxiqian  Did you mean ListElements format, like example below ?
   ```
                       .desc(
                               "The deployment target for the execution. This 
can take one of the following values:\n"
                                       + "- local\n"
                                       + "- remote\n"
                                       + "- yarn-session\n"
                                       + "- yarn-application\n"
                                       + "- kubernetes-application")
                       .build();
    ```



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