From 046c89f3d0d33a5b547fd1fe876c62593aa323ed Mon Sep 17 00:00:00 2001 From: Paul Abrams Date: Mon, 10 Feb 2020 16:22:27 -0500 Subject: [PATCH] fix: token notation in task.json --- Utilites/Tokenizer/task.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilites/Tokenizer/task.json b/Utilites/Tokenizer/task.json index 6cf268b..01f4b75 100644 --- a/Utilites/Tokenizer/task.json +++ b/Utilites/Tokenizer/task.json @@ -2,7 +2,7 @@ "id": "57ee7959-ba10-47a7-8adb-19d032873133", "name": "Tokenizer", "friendlyName": "Tokenize with XPath/Regular expressions", - "description": "Replaces ____ and/or XPath for XML documents with User Defined variables or configuration json document", + "description": "Replaces __variable__ and/or XPath for XML documents with corresponding User-Defined variable values or configuration json document", "helpMarkDown": "[More Information](https://github.com/openalm/Extension-UtilitiesPack)", "category": "Utility", "visibility": [ @@ -31,7 +31,7 @@ "label": "Source filename", "defaultValue": "", "required": true, - "helpMarkDown": "Source file name that contains the tokens (____). These patterns will be replaced with user-defined variables or from Configuration Json FileName. If it is an XML document, XPaths mentioned in the Configuration JsonFileName will be set as per environment" + "helpMarkDown": "Source file name that contains the tokens (__variable-name__). These patterns will be replaced with user-defined variables or from Configuration Json FileName. If it is an XML document, XPaths mentioned in the Configuration JsonFileName will be set as per environment" }, { "name": "DestinationPath",