update messages for updated exec node

This commit is contained in:
Dave Conway-Jones 2017-04-16 20:24:38 +01:00
parent 11ee1a7dcb
commit 08b8a8e3af
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
1 changed files with 7 additions and 2 deletions

View File

@ -147,12 +147,17 @@
"command": "Command", "command": "Command",
"append": "Append", "append": "Append",
"timeout": "Timeout", "timeout": "Timeout",
"timeoutplace": "optional" "timeoutplace": "optional",
"return": "Output"
}, },
"placeholder": { "placeholder": {
"extraparams": "extra input parameters" "extraparams": "extra input parameters"
}, },
"spawn": "Use spawn() instead of exec()?" "opt": {
"exec": "when the command is complete - exec mode",
"spawn": "while the command is running - spawn mode"
},
"oldrc": "Use old style output (compatibility mode)"
}, },
"function": { "function": {
"label": { "label": {