GitHub user skidder opened a pull request:

    https://github.com/apache/flink/pull/2501

    [FLINK-4622] CLI help message should include 'savepoint' action

    The Flink CLI help message should include the 'savepoint' action in the 
list of available actions. It currently looks like:
    
    ```shell
    bash-4.3# flink foo
    "foo" is not a valid action.
    
    Valid actions are "run", "list", "info", "stop", or "cancel".
    
    Specify the version option (-v or --version) to print Flink version.
    
    Specify the help option (-h or --help) to get help on the command.
    ```
    
    This pull-request adds the `savepoint` action to the list of valid actions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skidder/flink flink-4622

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2501.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2501
    
----
commit a309fd4560ca5e08d05eb38fc377939aa87a5add
Author: Scott Kidder <sc...@mux.com>
Date:   2016-09-15T14:46:29Z

    [FLINK-4622] Include 'savepoint' in the CLI help message

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to