Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2425#discussion_r84021839
  
    --- Diff: 
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java 
---
    @@ -90,6 +90,9 @@
                        "directory is optional. If no directory is specified, 
the configured default " +
                        "directory (" + ConfigConstants.SAVEPOINT_DIRECTORY_KEY 
+ ") is used.");
     
    +   static final Option SECURE_COOKIE_OPTION = new Option("k", "cookie", 
true,
    +                   "Secure cookie to authenticate");
    --- End diff --
    
    Description string should be updated (see above).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to