You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/01/10 08:46:50 UTC

[flink] branch master updated: [hotfix][docs] Reverse paragraphs in cli.md to cli enumeration (#7443)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 85dff90  [hotfix][docs] Reverse paragraphs in cli.md to cli enumeration (#7443)
85dff90 is described below

commit 85dff904adb2b9fbe0588b3b68731af4970c28be
Author: Yangze Guo <ka...@gmail.com>
AuthorDate: Thu Jan 10 16:46:42 2019 +0800

    [hotfix][docs] Reverse paragraphs in cli.md to cli enumeration (#7443)
    
    The markdown treats the TOC as the last item in CLI use list, thus this list could not be shown properly. This PR revert the two paragraph to fix this issue.
---
 docs/ops/cli.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/ops/cli.md b/docs/ops/cli.md
index 0e658c1..7da2a09 100644
--- a/docs/ops/cli.md
+++ b/docs/ops/cli.md
@@ -30,11 +30,6 @@ distributed setups. It is located under `<flink-home>/bin/flink`
 and connects by default to the running Flink master (JobManager) that was
 started from the same installation directory.
 
-A prerequisite to using the command line interface is that the Flink
-master (JobManager) has been started (via
-`<flink-home>/bin/start-cluster.sh`) or that a YARN environment is
-available.
-
 The command line can be used to
 
 - submit jobs for execution,
@@ -44,6 +39,11 @@ The command line can be used to
 - trigger and dispose savepoints, and
 - modify a running job
 
+A prerequisite to using the command line interface is that the Flink
+master (JobManager) has been started (via
+`<flink-home>/bin/start-cluster.sh`) or that a YARN environment is
+available.
+
 * This will be replaced by the TOC
 {:toc}