slight update to daemon node words

to clarify arguments
This commit is contained in:
Dave Conway-Jones
2015-09-02 10:56:32 +01:00
parent 0f9bd05180
commit 059c7a2d67
3 changed files with 21 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
<input type="text" id="node-input-command" placeholder="command">
</div>
<div class="form-row">
<label for="node-input-args"><i class="fa fa-list"></i> Args</label>
<label for="node-input-args"><i class="fa fa-list"></i> Arguments</label>
<input type="text" id="node-input-args" placeholder="space separated arguments">
</div>
<div class="form-row">
@@ -45,6 +45,8 @@
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-tips"><b>Note:</b> The command should just be the actual command.
All parameters should be passed in as arguments.</div>
</script>
<script type="text/x-red" data-help-name="daemon">