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

aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit a23880fd1b7302a4155a14ad4154da8750095779
Author: James Medel <jamesmede...@gmail.com>
AuthorDate: Tue Apr 14 18:10:51 2020 -0700

    Fix Table Formatting for 2 Execute.* Processors
    
    Table formatting was making it difficult to read properties for 
ExecutePythonProcessor and ExecuteScript. So, this change resolves the 
formatting issues.
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    This closes #755
---
 PROCESSORS.md | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/PROCESSORS.md b/PROCESSORS.md
index 0718f6b..e9e5a98 100644
--- a/PROCESSORS.md
+++ b/PROCESSORS.md
@@ -240,10 +240,8 @@ In the list below, the names of required properties appear 
in bold. Any other pr
 
 | Name | Default Value | Allowable Values | Description | 
 | - | - | - | - | 
-|Module Directory|||Comma-separated list of paths to files and/or directories 
which
-                                                 contain modules required by 
the script|
-|Script File|||Path to script file to execute.
-                                            Only one of Script File or Script 
Body may be used|
+|Module Directory|||Comma-separated list of paths to files and/or directories 
which contain modules required by the script|
+|Script File|||Path to script file to execute. Only one of Script File or 
Script Body may be used|
 ### Properties 
 
 | Name | Description |
@@ -285,13 +283,11 @@ In the list below, the names of required properties 
appear in bold. Any other pr
 
 | Name | Default Value | Allowable Values | Description | 
 | - | - | - | - | 
-|Module Directory|||Comma-separated list of paths to files and/or directories 
which
-                                                 contain modules required by 
the script|
-|Script Body|||Body of script to execute.
-                                            Only one of Script File or Script 
Body may be used|
+|Module Directory|||Comma-separated list of paths to files and/or directories 
which contain modules required by the script|
+|Script Body|||Body of script to execute. Only one of Script File or Script 
Body may be used|
 |Script Engine|python||The engine to execute scripts (python, lua)|
-|Script File|||Path to script file to execute.
-                                            Only one of Script File or Script 
Body may be used|
+|Script File|||Path to script file to execute. Only one of Script File or 
Script Body may be used|
+
 ### Properties 
 
 | Name | Description |

Reply via email to