You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/09/22 17:23:24 UTC

nifi-minifi git commit: MINIFI-110 Adding ' ' (space) to the list of characters that will cause parsing errors when using the 'flowStatus' command

Repository: nifi-minifi
Updated Branches:
  refs/heads/master 61b2fed1e -> 3b6cf270f


MINIFI-110 Adding ' ' (space) to the list of characters that will cause parsing errors when using the 'flowStatus' command

This closes #37.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/3b6cf270
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/3b6cf270
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi/diff/3b6cf270

Branch: refs/heads/master
Commit: 3b6cf270fc5444bb402f17125f5fcff5af2f02c3
Parents: 61b2fed
Author: Joseph Percivall <jo...@yahoo.com>
Authored: Wed Sep 21 18:34:33 2016 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Thu Sep 22 13:23:03 2016 -0400

----------------------------------------------------------------------
 minifi-docs/src/main/markdown/System_Admin_Guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/3b6cf270/minifi-docs/src/main/markdown/System_Admin_Guide.md
----------------------------------------------------------------------
diff --git a/minifi-docs/src/main/markdown/System_Admin_Guide.md b/minifi-docs/src/main/markdown/System_Admin_Guide.md
index f0e8e9e..1bab1ea 100644
--- a/minifi-docs/src/main/markdown/System_Admin_Guide.md
+++ b/minifi-docs/src/main/markdown/System_Admin_Guide.md
@@ -25,7 +25,7 @@
 
 From the minifi.sh script there is the ability to query to get the current status of the flow. This section will give an overview of the different options.
 
-Note: Currently the script only accepts one high level option at a time. Also any names of connections, remote process groups or processors that contain ":", ";" or "," will cause parsing errors when querying.
+Note: Currently the script only accepts one high level option at a time. Also any names of connections, remote process groups or processors that contain " " (a space), ":", ";" or "," will cause parsing errors when querying.
 
 ## Processors