diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index 0f3a11c59..ffd8c5835 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -55,8 +55,10 @@ things like pipe the result to another command.

Commands or parameters with spaces should be enclosed in quotes - "This is a single parameter"

If stdout is binary a buffer is returned - otherwise returns a string.

-

The blue status icon will be visible while the node is active.

-

If running a Python app you may need to use the -u parameter to stop the output being buffered.

+

The blue status icon and PID will be visible while the node is active.

+

Sending msg.kill will kill a single active process. If there is more than one process running then + msg.kill must be set with the value of the PID to be killed.

+

Tip: If running a Python app you may need to use the -u parameter to stop the output being buffered.