Skip to content

Commit

Permalink
Improve the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
carlowahlstedt committed Feb 29, 2020
1 parent 595c49f commit c16a587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NewmanPostman/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@
"label": "Global Variables",
"defaultValue": "",
"required": false,
"helpMarkDown": "Global variables to provide to command line in a key=value format. Multiple values can be added."
"helpMarkDown": "Global variables to provide to command line in a key=value format. Multiple values can be added via a new line."
},
{
"name": "envVars",
"type": "multiline",
"label": "Environment Variables",
"defaultValue": "",
"required": false,
"helpMarkDown": "Environment variables to provide to command line in a key=value format. Multiple values can be added."
"helpMarkDown": "Environment variables to provide to command line in a key=value format. Multiple values can be added via a new line."
},
{
"name": "dataFile",
Expand Down

0 comments on commit c16a587

Please sign in to comment.