From d5cb5cc9cafd58ea6dad1c85bf449cd80dacabf1 Mon Sep 17 00:00:00 2001 From: Joseph Percivall Date: Wed, 21 Sep 2016 18:34:33 -0400 Subject: [PATCH] MINIFI-110 Adding ' ' (space) to the list of characters that will cause parsing errors when using the 'flowStatus' command --- minifi-docs/src/main/markdown/System_Admin_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minifi-docs/src/main/markdown/System_Admin_Guide.md b/minifi-docs/src/main/markdown/System_Admin_Guide.md index f0e8e9e97..1bab1ea44 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