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

[flink] branch master updated: [hotfix][docs] Sync formatting for cli usage examples

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

chesnay 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 64f766f  [hotfix][docs] Sync formatting for cli usage examples
64f766f is described below

commit 64f766f5c75eb040a2927ba47589a6c63ff466c0
Author: intsmaze <97...@qq.com>
AuthorDate: Wed Jan 9 16:55:01 2019 +0800

    [hotfix][docs] Sync formatting for cli usage examples
---
 docs/ops/cli.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/ops/cli.md b/docs/ops/cli.md
index 9af5c5b..0e658c1 100644
--- a/docs/ops/cli.md
+++ b/docs/ops/cli.md
@@ -127,6 +127,7 @@ The command line can be used to
         ./bin/flink stop <jobID>
         
 -   Modify a running job (streaming jobs only):
+
         ./bin/flink modify <jobID> -p <newParallelism>