Update switch/change help text to reflect updates

This commit is contained in:
Nick O'Leary
2016-01-02 16:57:01 +00:00
parent fe4dae8518
commit 5f7019325c
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
</script>
<script type="text/x-red" data-help-name="switch">
<p>A simple function node to route messages based on its properties.</p>
<p>A node to route messages based on property values.</p>
<p>When a message arrives, the selected property is evaluated against each
of the defined rules. The message is then sent to the output of <i>all</i>
rules that pass.</p>