Merge pull request #22 from nkdAgility/21-FixSpellingAndCaps

Updated text in readme for spelling error and logLevel capatalisation.
This commit is contained in:
Liang Zhu 2018-09-26 18:42:05 -07:00 коммит произвёл GitHub
Родитель 902889d331 0142b0e162
Коммит ae22dc0b37
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ NOTE: This only works with 'Inherited Process', for 'XML process' you may upload
"targetProcessName": "Optional. Set to override process name in import/migrate mode.",
"options": {
"processFilename": "File with process payload. Required in import mode, optional for export/migrate mode.",
"logLevel":"Optional, log level for console. Possibe values are 'Verbose'/'Information'/'Warning'/'Error'.",
"logLevel":"Optional, log level for console. Possible values are 'verbose'/'information'/'warning'/'error'.",
"logFilename":"Optional, file name for log. defaulted to 'output/processMigrator.log'",
"overwritePicklist": "Optional, default to 'false'. Set as true to overwrite picklist if exists on target or import will fail when picklist entries varies across source and target",
"continueOnRuleImportFailure": "Optional, default to 'false', set true to continue import on failure importing rules, warning will be provided.",