adamdebreceni commented on code in PR #1414:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1414#discussion_r1007817964


##########
PROCESSORS.md:
##########
@@ -550,18 +550,18 @@ In the list below, the names of required properties 
appear in bold. Any other pr
 
 ### Description
 
-Runs an operating system command specified by the user and writes the output 
of that command to a FlowFile. If the command is expected to be 
long-running,the Processor can output the partial data on a specified interval. 
When this option is used, the output is expected to be in textual format,as it 
typically does not make sense to split binary data on arbitrary time-based 
intervals.
+Runs an operating system command specified by the user and writes the output 
of that command to a FlowFile. If the command is expected to be 
long-running,the Processor can output the partial data on a specified interval. 
When this option is used, the output is expected to be in textual format,as it 
typically does not make sense to split binary data on arbitrary time-based 
intervals. This processor is not available on Windows systems.

Review Comment:
   should this new line be added to the `ExecuteProcess::Description`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to