Tweak info of watch and file nodes to be more style consistent with others.

This commit is contained in:
Dave C-J
2014-09-07 22:11:00 +01:00
parent 6076be011a
commit 5872541b1b
2 changed files with 5 additions and 5 deletions

View File

@@ -37,10 +37,10 @@
<script type="text/x-red" data-help-name="file">
<p>Writes <b>msg.payload</b> to the file specified, e.g. to create a log.</p>
<p>The filename can be overridden by the <code>filename</code> property of the incoming message.</p>
<p>The filename can be overridden by the <b>msg.filename</b> property of the incoming message.</p>
<p>A newline is added to every message. But this can be turned off if required, for example, to allow binary files to be written.</p>
<p>The default behaviour is to append to the file. This can be changed to overwrite the file each time, for example if you want to output a "static" web page or report.</p>
<p>If a <code>delete</code> property exists then the file will be deleted instead.</p>
<p>If a <b>msg.delete</b> property exists then the file will be deleted instead.</p>
</script>
<script type="text/x-red" data-template-name="file in">
@@ -63,7 +63,7 @@
<script type="text/x-red" data-help-name="file in">
<p>Reads the specified file and sends the content as <b>msg.payload</b>, and the filename as <b>msg.filename</b>.</p>
<p>The filename can be overridden by the <code>filename</code> property of the incoming message.</p>
<p>The filename can be overridden by the <b>msg.filename</b> property of the incoming message.</p>
</script>
<script type="text/javascript">