kl0u commented on a change in pull request #12549:
URL: https://github.com/apache/flink/pull/12549#discussion_r437933185



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/cli/GenericCLI.java
##########
@@ -44,19 +44,23 @@
  * for further parsing.
  */
 @Internal
-public class ExecutorCLI implements CustomCommandLine {
+public class GenericCLI implements CustomCommandLine {
 
-       private static final Logger LOG = 
LoggerFactory.getLogger(ExecutorCLI.class);
+       private static final Logger LOG = 
LoggerFactory.getLogger(GenericCLI.class);
 
        private static final String ID = "Generic CLI";
 
        private final Option executorOption = new Option("e", "executor", true,
-                       "The name of the executor to be used for executing the 
given job, which is equivalent " +
+                       "DEPRECATED: Please use the -t option instead which is 
also available with the \"Application Mode\".\n" +

Review comment:
       You are right!




----------------------------------------------------------------
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:
[email protected]


Reply via email to